#DCB80E

Color #DCB80E Sunflower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sunflower #DCB80E

Tints of Sunflower #DCB80E

Color information

#DCB80E (or 0xDCB80E) is unknown color: approx Sunflower. HEX triplet: DC, B8 and 0E. RGB value is (220,184,14). Sum of RGB (Red+Green+Blue) = 220+184+14=418 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.63% from 418); Green value is 184 (72.27% from 255 or 44.02% from 418); Blue value is 14 (5.86% from 255 or 3.35% from 418); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB80E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB80E is #2347F1. Grayscale: #B0B0B0. Windows color (decimal): -2312178 or 964828. OLE color: 964828.

HSL color Cylindrical-coordinate representation of color #DCB80E: hue angle of 49.51º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DCB80E is Cyan = 0, Magento = 0.16, Yellow = 0.94 and Black (K on CMYK) = 0.14.

Color convert

RGB22018414-
CMYK00.160.940.14
HSL49.51º88.03%45.88%-
HSV(B)49.51º93.64%86.27%-
XYZ46.7349.537.51-
YUV175.3836.93159.82-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 52.63%
GREEN value IS 184 (72.27% from 255) = 44.02%
BLUE value IS 14 (5.86% from 255) = 3.35%
R=52.63%
G=44.02%
B=3.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.94
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201841400.160.940.1449.5188.0345.88
HexDCB8E0105EE32582e
Octal33427016020136166213056
Binary11011100101110001110010000101111011101100101011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB80E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB80E; }

 p { color: rgb(220,184,14); }

 H1.HeaderClassName
 {
   color: #DCB80E;
 }
 .AnyTagClassName
 {
   color: #DCB80E;
 }
</style>
background-color css

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

 a { background-color: rgb(220,184,14); }

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

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

 span { border-color: rgb(220,184,14); }

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