Html Css Color HEX #DCB316 Sunflower

📋 copy color: '#DCB316'

red 220 ◦ green 179 ◦ blue 22

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

Shades of Sunflower #DCB316

Tints of Sunflower #DCB316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.23%

R = 52.26%
G = 42.52%
B = 5.23%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.9

 K value IS 0.14

RGB Variations

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

Color information

#DCB316 (or 0xDCB316) is known color: Sunflower. HEX triplet: DC, B3 and 16. RGB value is (220,179,22). Sum of RGB (Red+Green+Blue) = 220+179+22=421 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.26% from 421); Green value is 179 (70.31% from 255 or 42.52% from 421); Blue value is 22 (8.98% from 255 or 5.23% from 421); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB316 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB316 is #234CE9. Grayscale: #AEAEAE. Windows color (decimal): -2313450 or 1487836. OLE color: 1487836.

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

Color convert

RGB 220 179 22 -
CMYK 0 0.19 0.9 0.14
HSL 47.58º 0.82% 0.47% -
HSV(B) 47.58º 0.9% 0.86% -
XYZ 45.78 47.51 7.52 -
YUV 173.36 42.58 161.27 -
System Red Green Blue C M Y K H S L
Decimal 220 179 22 0 0.19 0.9 0.14 47.58 0.82 0.47
Hex DC B3 16 0 13 5A E 30 52 2F
Octal 334 263 26 0 23 132 16 60 122 57
Binary 11011100 10110011 10110 0 10011 1011010 1110 110000 1010010 101111

Color Harmonies of #DCB316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB316

Black with #DCB316

Text Example


Text Example

White with #DCB316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB316; }

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

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

background-color css

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

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

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

border-color css

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

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

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