Html Css Color HEX #DCB409 Sunflower

📋 copy color: '#DCB409'

red 220 ◦ green 180 ◦ blue 9

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

Shades of Sunflower #DCB409

Tints of Sunflower #DCB409

RGB

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

 GREEN value IS 180 (70.7% from 255) = 44.01%

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

R = 53.79%
G = 44.01%
B = 2.2%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DCB409 (or 0xDCB409) is known color: Sunflower. HEX triplet: DC, B4 and 09. RGB value is (220,180,9). Sum of RGB (Red+Green+Blue) = 220+180+9=409 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.79% from 409); Green value is 180 (70.70% from 255 or 44.01% from 409); Blue value is 9 (3.91% from 255 or 2.20% from 409); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB409 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB409 is #234BF6. Grayscale: #ADADAD. Windows color (decimal): -2313207 or 636124. OLE color: 636124.

HSL color Cylindrical-coordinate representation of color #DCB409: hue angle of 48.63º 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 #DCB409 is Cyan = 0, Magento = 0.18, Yellow = 0.96 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 180 9 -
CMYK 0 0.18 0.96 0.14
HSL 48.63º 0.92% 0.45% -
HSV(B) 48.63º 0.96% 0.86% -
XYZ 45.89 47.88 7.08 -
YUV 172.47 35.75 161.9 -
System Red Green Blue C M Y K H S L
Decimal 220 180 9 0 0.18 0.96 0.14 48.63 0.92 0.45
Hex DC B4 9 0 12 60 E 31 5C 2D
Octal 334 264 11 0 22 140 16 61 134 55
Binary 11011100 10110100 1001 0 10010 1100000 1110 110001 1011100 101101

Color Harmonies of #DCB409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB409

Black with #DCB409

Text Example


Text Example

White with #DCB409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB409; }

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

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

background-color css

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

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

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

border-color css

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

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

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