Html Css Color HEX #DCB609 Sunflower

📋 copy color: '#DCB609'

red 220 ◦ green 182 ◦ blue 9

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

Shades of Sunflower #DCB609

Tints of Sunflower #DCB609

RGB

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

 GREEN value IS 182 (71.48% from 255) = 44.28%

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

R = 53.53%
G = 44.28%
B = 2.19%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DCB609 (or 0xDCB609) is known color: Sunflower. HEX triplet: DC, B6 and 09. RGB value is (220,182,9). Sum of RGB (Red+Green+Blue) = 220+182+9=411 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.53% from 411); Green value is 182 (71.48% from 255 or 44.28% from 411); Blue value is 9 (3.91% from 255 or 2.19% from 411); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB609 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB609 is #2349F6. Grayscale: #AEAEAE. Windows color (decimal): -2312695 or 636636. OLE color: 636636.

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

Color convert

RGB 220 182 9 -
CMYK 0 0.17 0.96 0.14
HSL 49.19º 0.92% 0.45% -
HSV(B) 49.19º 0.96% 0.86% -
XYZ 46.29 48.69 7.22 -
YUV 173.64 35.09 161.07 -
System Red Green Blue C M Y K H S L
Decimal 220 182 9 0 0.17 0.96 0.14 49.19 0.92 0.45
Hex DC B6 9 0 11 60 E 31 5C 2D
Octal 334 266 11 0 21 140 16 61 134 55
Binary 11011100 10110110 1001 0 10001 1100000 1110 110001 1011100 101101

Color Harmonies of #DCB609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB609

Black with #DCB609

Text Example


Text Example

White with #DCB609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB609; }

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

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

background-color css

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

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

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

border-color css

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

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

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