Html Css Color HEX #DCB404 Sunflower

📋 copy color: '#DCB404'

red 220 ◦ green 180 ◦ blue 4

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

Shades of Sunflower #DCB404

Tints of Sunflower #DCB404

RGB

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

 GREEN value IS 180 (70.7% from 255) = 44.55%

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

R = 54.46%
G = 44.55%
B = 0.99%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DCB404 (or 0xDCB404) is known color: Sunflower. HEX triplet: DC, B4 and 04. RGB value is (220,180,4). Sum of RGB (Red+Green+Blue) = 220+180+4=404 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.46% from 404); Green value is 180 (70.70% from 255 or 44.55% from 404); Blue value is 4 (1.95% from 255 or 0.99% from 404); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB404 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB404 is #234BFB. Grayscale: #ACACAC. Windows color (decimal): -2313212 or 308444. OLE color: 308444.

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

Color convert

RGB 220 180 4 -
CMYK 0 0.18 0.98 0.14
HSL 48.89º 0.96% 0.44% -
HSV(B) 48.89º 0.98% 0.86% -
XYZ 45.86 47.87 6.94 -
YUV 171.9 33.25 162.31 -
System Red Green Blue C M Y K H S L
Decimal 220 180 4 0 0.18 0.98 0.14 48.89 0.96 0.44
Hex DC B4 4 0 12 62 E 31 60 2C
Octal 334 264 4 0 22 142 16 61 140 54
Binary 11011100 10110100 100 0 10010 1100010 1110 110001 1100000 101100

Color Harmonies of #DCB404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB404

Black with #DCB404

Text Example


Text Example

White with #DCB404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB404; }

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

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

background-color css

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

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

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

border-color css

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

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

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