#DEB355

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

Shades of Rob Roy #DEB355

Tints of Rob Roy #DEB355

Color information

#DEB355 (or 0xDEB355) is unknown color: approx Rob Roy. HEX triplet: DE, B3 and 55. RGB value is (222,179,85). Sum of RGB (Red+Green+Blue) = 222+179+85=486 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.68% from 486); Green value is 179 (70.31% from 255 or 36.83% from 486); Blue value is 85 (33.59% from 255 or 17.49% from 486); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB355 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEB355 is #214CAA. Grayscale: #B5B5B5. Windows color (decimal): -2182315 or 5616606. OLE color: 5616606.

HSL color Cylindrical-coordinate representation of color #DEB355: hue angle of 41.17º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DEB355 is Cyan = 0, Magento = 0.19, Yellow = 0.62 and Black (K on CMYK) = 0.13.

Color convert

RGB22217985-
CMYK00.190.620.13
HSL41.17º67.49%60.2%-
HSV(B)41.17º61.71%87.06%-
XYZ47.8848.4315.42-
YUV181.1473.75157.14-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.68%
GREEN value IS 179 (70.31% from 255) = 36.83%
BLUE value IS 85 (33.59% from 255) = 17.49%
R=45.68%
G=36.83%
B=17.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221798500.190.620.1341.1767.4960.2
HexDEB3550133ED29433c
Octal33626312502376155110374
Binary1101111010110011101010101001111111011011010011000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB355; }

 p { color: rgb(222,179,85); }

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

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

 a { background-color: rgb(222,179,85); }

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

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

 span { border-color: rgb(222,179,85); }

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