Html Css Color HEX #DCB009 Sunflower

📋 copy color: '#DCB009'

red 220 ◦ green 176 ◦ blue 9

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

Shades of Sunflower #DCB009

Tints of Sunflower #DCB009

RGB

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

 GREEN value IS 176 (69.14% from 255) = 43.46%

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

R = 54.32%
G = 43.46%
B = 2.22%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DCB009 (or 0xDCB009) is known color: Sunflower. HEX triplet: DC, B0 and 09. RGB value is (220,176,9). Sum of RGB (Red+Green+Blue) = 220+176+9=405 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.32% from 405); Green value is 176 (69.14% from 255 or 43.46% from 405); Blue value is 9 (3.91% from 255 or 2.22% from 405); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB009 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCB009 is #234FF6. Grayscale: #AAAAAA. Windows color (decimal): -2314231 or 635100. OLE color: 635100.

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

Color convert

RGB 220 176 9 -
CMYK 0 0.2 0.96 0.14
HSL 47.49º 0.92% 0.45% -
HSV(B) 47.49º 0.96% 0.86% -
XYZ 45.09 46.29 6.82 -
YUV 170.12 37.08 163.58 -
System Red Green Blue C M Y K H S L
Decimal 220 176 9 0 0.2 0.96 0.14 47.49 0.92 0.45
Hex DC B0 9 0 14 60 E 2F 5C 2D
Octal 334 260 11 0 24 140 16 57 134 55
Binary 11011100 10110000 1001 0 10100 1100000 1110 101111 1011100 101101

Color Harmonies of #DCB009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB009

Black with #DCB009

Text Example


Text Example

White with #DCB009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB009; }

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

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

background-color css

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

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

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

border-color css

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

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

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