#D2B923

Color #D2B923 Sunflower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sunflower #D2B923

Tints of Sunflower #D2B923

Color information

#D2B923 (or 0xD2B923) is unknown color: approx Sunflower. HEX triplet: D2, B9 and 23. RGB value is (210,185,35). Sum of RGB (Red+Green+Blue) = 210+185+35=430 (56% of max value = 765). Red value is 210 (82.42% from 255 or 48.84% from 430); Green value is 185 (72.66% from 255 or 43.02% from 430); Blue value is 35 (14.06% from 255 or 8.14% from 430); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B923 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2B923 is #2D46DC. Grayscale: #AFAFAF. Windows color (decimal): -2967261 or 2341330. OLE color: 2341330.

HSL color Cylindrical-coordinate representation of color #D2B923: hue angle of 51.43º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D2B923 is Cyan = 0, Magento = 0.12, Yellow = 0.83 and Black (K on CMYK) = 0.18.

Color convert

RGB21018535-
CMYK00.120.830.18
HSL51.43º71.43%48.04%-
HSV(B)51.43º83.33%82.35%-
XYZ44.2348.528.62-
YUV175.3848.78152.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 210 (82.42% from 255) = 48.84%
GREEN value IS 185 (72.66% from 255) = 43.02%
BLUE value IS 35 (14.06% from 255) = 8.14%
R=48.84%
G=43.02%
B=8.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.83
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101853500.120.830.1851.4371.4348.04
HexD2B9230C5312334730
Octal32227143014123226310760
Binary1101001010111001100011011001010011100101100111000111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2B923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2B923; }

 p { color: rgb(210,185,35); }

 H1.HeaderClassName
 {
   color: #D2B923;
 }
 .AnyTagClassName
 {
   color: #D2B923;
 }
</style>
background-color css

<style>
 a { background-color: #D2B923; }

 a { background-color: rgb(210,185,35); }

 div.DivClassName
 {
   background-color: #D2B923;
 }
 .BgClassName
 {
   background-color: #D2B923;
 }
</style>
border-color css

<style>
 span { border-color: #D2B923; }

 span { border-color: rgb(210,185,35); }

 td.TdClassName
 {
   border-color: #D2B923;
 }
 .TagClassName
 {
   border-color: #D2B923;
 }
</style>