Html Css Color HEX #DCB209 Sunflower

📋 copy color: '#DCB209'

red 220 ◦ green 178 ◦ blue 9

#DCB209
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sunflower #DCB209

Tints of Sunflower #DCB209

RGB

 RED value IS 220 (86.33% from 255) = 54.05%

 GREEN value IS 178 (69.92% from 255) = 43.73%

 BLUE value IS 9 (3.91% from 255) = 2.21%

R = 54.05%
G = 43.73%
B = 2.21%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DCB209 (or 0xDCB209) is known color: Sunflower. HEX triplet: DC, B2 and 09. RGB value is (220,178,9). Sum of RGB (Red+Green+Blue) = 220+178+9=407 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.05% from 407); Green value is 178 (69.92% from 255 or 43.73% from 407); Blue value is 9 (3.91% from 255 or 2.21% from 407); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB209 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCB209 is #234DF6. Grayscale: #ACACAC. Windows color (decimal): -2313719 or 635612. OLE color: 635612.

HSL color Cylindrical-coordinate representation of color #DCB209: hue angle of 48.06º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DCB209 is Cyan = 0, Magento = 0.19, Yellow = 0.96 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 178 9 -
CMYK 0 0.19 0.96 0.14
HSL 48.06º 0.92% 0.45% -
HSV(B) 48.06º 0.96% 0.86% -
XYZ 45.48 47.08 6.95 -
YUV 171.29 36.41 162.74 -
System Red Green Blue C M Y K H S L
Decimal 220 178 9 0 0.19 0.96 0.14 48.06 0.92 0.45
Hex DC B2 9 0 13 60 E 30 5C 2D
Octal 334 262 11 0 23 140 16 60 134 55
Binary 11011100 10110010 1001 0 10011 1100000 1110 110000 1011100 101101

Color Harmonies of #DCB209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB209

Black with #DCB209

Text Example


Text Example

White with #DCB209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB209; }

 p { color: rgb(220,178,9); }

 H1.HeaderClassName
 {
   color: #DCB209;
 }
 .AnyTagClassName
 {
   color: #DCB209;
 }
</style>

background-color css

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

 a { background-color: rgb(220,178,9); }

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

border-color css

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

 span { border-color: rgb(220,178,9); }

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