Html Css Color HEX #DCB109 Sunflower

📋 copy color: '#DCB109'

red 220 ◦ green 177 ◦ blue 9

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

Shades of Sunflower #DCB109

Tints of Sunflower #DCB109

RGB

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

 GREEN value IS 177 (69.53% from 255) = 43.6%

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

R = 54.19%
G = 43.6%
B = 2.22%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DCB109 (or 0xDCB109) is known color: Sunflower. HEX triplet: DC, B1 and 09. RGB value is (220,177,9). Sum of RGB (Red+Green+Blue) = 220+177+9=406 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.19% from 406); Green value is 177 (69.53% from 255 or 43.60% from 406); Blue value is 9 (3.91% from 255 or 2.22% from 406); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB109 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCB109 is #234EF6. Grayscale: #ABABAB. Windows color (decimal): -2313975 or 635356. OLE color: 635356.

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

Color convert

RGB 220 177 9 -
CMYK 0 0.20 0.96 0.14
HSL 47.77º 0.92% 0.45% -
HSV(B) 47.77º 0.96% 0.86% -
XYZ 45.29 46.68 6.88 -
YUV 170.71 36.75 163.16 -
System Red Green Blue C M Y K H S L
Decimal 220 177 9 0 0.20 0.96 0.14 47.77 0.92 0.45
Hex DC B1 9 0 14 60 E 30 5C 2D
Octal 334 261 11 0 24 140 16 60 134 55
Binary 11011100 10110001 1001 0 10100 1100000 1110 110000 1011100 101101

Color Harmonies of #DCB109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB109

Black with #DCB109

Text Example


Text Example

White with #DCB109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB109; }

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

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

background-color css

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

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

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

border-color css

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

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

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