Html Css Color HEX #DCB204 Sunflower

📋 copy color: '#DCB204'

red 220 ◦ green 178 ◦ blue 4

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

Shades of Sunflower #DCB204

Tints of Sunflower #DCB204

RGB

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

 GREEN value IS 178 (69.92% from 255) = 44.28%

 BLUE value IS 4 (1.95% from 255) = 1%

R = 54.73%
G = 44.28%
B = 1%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DCB204 (or 0xDCB204) is known color: Sunflower. HEX triplet: DC, B2 and 04. RGB value is (220,178,4). Sum of RGB (Red+Green+Blue) = 220+178+4=402 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.73% from 402); Green value is 178 (69.92% from 255 or 44.28% from 402); Blue value is 4 (1.95% from 255 or 1.00% from 402); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB204 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCB204 is #234DFB. Grayscale: #ABABAB. Windows color (decimal): -2313724 or 307932. OLE color: 307932.

HSL color Cylindrical-coordinate representation of color #DCB204: hue angle of 48.33º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DCB204 is Cyan = 0, Magento = 0.19, Yellow = 0.98 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 178 4 -
CMYK 0 0.19 0.98 0.14
HSL 48.33º 0.96% 0.44% -
HSV(B) 48.33º 0.98% 0.86% -
XYZ 45.46 47.07 6.8 -
YUV 170.72 33.91 163.15 -
System Red Green Blue C M Y K H S L
Decimal 220 178 4 0 0.19 0.98 0.14 48.33 0.96 0.44
Hex DC B2 4 0 13 62 E 30 60 2C
Octal 334 262 4 0 23 142 16 60 140 54
Binary 11011100 10110010 100 0 10011 1100010 1110 110000 1100000 101100

Color Harmonies of #DCB204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB204

Black with #DCB204

Text Example


Text Example

White with #DCB204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB204; }

 p { color: rgb(220,178,4); }

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

background-color css

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

 a { background-color: rgb(220,178,4); }

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

border-color css

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

 span { border-color: rgb(220,178,4); }

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