#DEB705

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

Shades of Sunflower #DEB705

Tints of Sunflower #DEB705

Color information

#DEB705 (or 0xDEB705) is unknown color: approx Sunflower. HEX triplet: DE, B7 and 05. RGB value is (222,183,5). Sum of RGB (Red+Green+Blue) = 222+183+5=410 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.15% from 410); Green value is 183 (71.88% from 255 or 44.63% from 410); Blue value is 5 (2.34% from 255 or 1.22% from 410); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB705 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEB705 is #2148FA. Grayscale: #AFAFAF. Windows color (decimal): -2181371 or 374750. OLE color: 374750.

HSL color Cylindrical-coordinate representation of color #DEB705: hue angle of 49.22º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DEB705 is Cyan = 0, Magento = 0.18, Yellow = 0.98 and Black (K on CMYK) = 0.13.

Color convert

RGB2221835-
CMYK00.180.980.13
HSL49.22º95.59%44.51%-
HSV(B)49.22º97.75%87.06%-
XYZ47.0949.417.2-
YUV174.3732.42161.97-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 54.15%
GREEN value IS 183 (71.88% from 255) = 44.63%
BLUE value IS 5 (2.34% from 255) = 1.22%
R=54.15%
G=44.63%
B=1.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.98
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222183500.180.980.1349.2295.5944.51
HexDEB7501262D31602d
Octal3362675022142156114055
Binary1101111010110111101010010110001011011100011100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB705; }

 p { color: rgb(222,183,5); }

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

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

 a { background-color: rgb(222,183,5); }

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

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

 span { border-color: rgb(222,183,5); }

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