#DEB902

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

Shades of Sunflower #DEB902

Tints of Sunflower #DEB902

Color information

#DEB902 (or 0xDEB902) is unknown color: approx Sunflower. HEX triplet: DE, B9 and 02. RGB value is (222,185,2). Sum of RGB (Red+Green+Blue) = 222+185+2=409 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.28% from 409); Green value is 185 (72.66% from 255 or 45.23% from 409); Blue value is 2 (1.17% from 255 or 0.49% from 409); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB902 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEB902 is #2146FD. Grayscale: #AFAFAF. Windows color (decimal): -2180862 or 178654. OLE color: 178654.

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

Color convert

RGB2221852-
CMYK00.170.990.13
HSL49.91º98.21%43.92%-
HSV(B)49.91º99.1%87.06%-
XYZ47.4850.237.25-
YUV175.230.26161.38-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 54.28%
GREEN value IS 185 (72.66% from 255) = 45.23%
BLUE value IS 2 (1.17% from 255) = 0.49%
R=54.28%
G=45.23%
B=0.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.99
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222185200.170.990.1349.9198.2143.92
HexDEB9201163D32622c
Octal3362712021143156214254
Binary110111101011100110010001110001111011100101100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB902; }

 p { color: rgb(222,185,2); }

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

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

 a { background-color: rgb(222,185,2); }

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

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

 span { border-color: rgb(222,185,2); }

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