Html Css Color HEX #DCB604 Sunflower

📋 copy color: '#DCB604'

red 220 ◦ green 182 ◦ blue 4

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

Shades of Sunflower #DCB604

Tints of Sunflower #DCB604

RGB

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

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

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

R = 54.19%
G = 44.83%
B = 0.99%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DCB604 (or 0xDCB604) is known color: Sunflower. HEX triplet: DC, B6 and 04. RGB value is (220,182,4). Sum of RGB (Red+Green+Blue) = 220+182+4=406 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.19% from 406); Green value is 182 (71.48% from 255 or 44.83% from 406); Blue value is 4 (1.95% from 255 or 0.99% from 406); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB604 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB604 is #2349FB. Grayscale: #ADADAD. Windows color (decimal): -2312700 or 308956. OLE color: 308956.

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

Color convert

RGB 220 182 4 -
CMYK 0 0.17 0.98 0.14
HSL 49.44º 0.96% 0.44% -
HSV(B) 49.44º 0.98% 0.86% -
XYZ 46.27 48.68 7.07 -
YUV 173.07 32.59 161.47 -
System Red Green Blue C M Y K H S L
Decimal 220 182 4 0 0.17 0.98 0.14 49.44 0.96 0.44
Hex DC B6 4 0 11 62 E 31 60 2C
Octal 334 266 4 0 21 142 16 61 140 54
Binary 11011100 10110110 100 0 10001 1100010 1110 110001 1100000 101100

Color Harmonies of #DCB604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB604

Black with #DCB604

Text Example


Text Example

White with #DCB604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB604; }

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

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

background-color css

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

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

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

border-color css

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

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

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