Html Css Color HEX #DCB709 Sunflower

📋 copy color: '#DCB709'

red 220 ◦ green 183 ◦ blue 9

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

Shades of Sunflower #DCB709

Tints of Sunflower #DCB709

RGB

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

 GREEN value IS 183 (71.88% from 255) = 44.42%

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

R = 53.4%
G = 44.42%
B = 2.18%

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

#DCB709 (or 0xDCB709) is known color: Sunflower. HEX triplet: DC, B7 and 09. RGB value is (220,183,9). Sum of RGB (Red+Green+Blue) = 220+183+9=412 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.40% from 412); Green value is 183 (71.88% from 255 or 44.42% from 412); Blue value is 9 (3.91% from 255 or 2.18% from 412); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB709 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB709 is #2348F6. Grayscale: #AEAEAE. Windows color (decimal): -2312439 or 636892. OLE color: 636892.

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

Color convert

RGB 220 183 9 -
CMYK 0 0.17 0.96 0.14
HSL 49.48º 0.92% 0.45% -
HSV(B) 49.48º 0.96% 0.86% -
XYZ 46.5 49.1 7.29 -
YUV 174.23 34.76 160.65 -
System Red Green Blue C M Y K H S L
Decimal 220 183 9 0 0.17 0.96 0.14 49.48 0.92 0.45
Hex DC B7 9 0 11 60 E 31 5C 2D
Octal 334 267 11 0 21 140 16 61 134 55
Binary 11011100 10110111 1001 0 10001 1100000 1110 110001 1011100 101101

Color Harmonies of #DCB709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB709

Black with #DCB709

Text Example


Text Example

White with #DCB709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB709; }

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

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

background-color css

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

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

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

border-color css

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

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

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