#DEB708

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

Shades of Sunflower #DEB708

Tints of Sunflower #DEB708

Color information

#DEB708 (or 0xDEB708) is unknown color: approx Sunflower. HEX triplet: DE, B7 and 08. RGB value is (222,183,8). Sum of RGB (Red+Green+Blue) = 222+183+8=413 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.75% from 413); Green value is 183 (71.88% from 255 or 44.31% from 413); Blue value is 8 (3.52% from 255 or 1.94% from 413); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB708 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEB708 is #2148F7. Grayscale: #AFAFAF. Windows color (decimal): -2181368 or 571358. OLE color: 571358.

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

Color convert

RGB2221838-
CMYK00.180.960.13
HSL49.07º93.04%45.1%-
HSV(B)49.07º96.4%87.06%-
XYZ47.149.417.29-
YUV174.7133.92161.73-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 53.75%
GREEN value IS 183 (71.88% from 255) = 44.31%
BLUE value IS 8 (3.52% from 255) = 1.94%
R=53.75%
G=44.31%
B=1.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.96
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222183800.180.960.1349.0793.0445.1
HexDEB7801260D315d2d
Octal33626710022140156113555
Binary11011110101101111000010010110000011011100011011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB708; }

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

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

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

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

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

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

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

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