Html Css Color HEX #DCB304 Sunflower

📋 copy color: '#DCB304'

red 220 ◦ green 179 ◦ blue 4

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

Shades of Sunflower #DCB304

Tints of Sunflower #DCB304

RGB

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

 GREEN value IS 179 (70.31% from 255) = 44.42%

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

R = 54.59%
G = 44.42%
B = 0.99%

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

#DCB304 (or 0xDCB304) is known color: Sunflower. HEX triplet: DC, B3 and 04. RGB value is (220,179,4). Sum of RGB (Red+Green+Blue) = 220+179+4=403 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.59% from 403); Green value is 179 (70.31% from 255 or 44.42% from 403); Blue value is 4 (1.95% from 255 or 0.99% from 403); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB304 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB304 is #234CFB. Grayscale: #ACACAC. Windows color (decimal): -2313468 or 308188. OLE color: 308188.

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

Color convert

RGB 220 179 4 -
CMYK 0 0.19 0.98 0.14
HSL 48.61º 0.96% 0.44% -
HSV(B) 48.61º 0.98% 0.86% -
XYZ 45.66 47.46 6.87 -
YUV 171.31 33.58 162.73 -
System Red Green Blue C M Y K H S L
Decimal 220 179 4 0 0.19 0.98 0.14 48.61 0.96 0.44
Hex DC B3 4 0 13 62 E 31 60 2C
Octal 334 263 4 0 23 142 16 61 140 54
Binary 11011100 10110011 100 0 10011 1100010 1110 110001 1100000 101100

Color Harmonies of #DCB304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB304

Black with #DCB304

Text Example


Text Example

White with #DCB304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB304; }

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

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

background-color css

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

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

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

border-color css

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

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

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