#DEB155

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

Shades of Rob Roy #DEB155

Tints of Rob Roy #DEB155

Color information

#DEB155 (or 0xDEB155) is unknown color: approx Rob Roy. HEX triplet: DE, B1 and 55. RGB value is (222,177,85). Sum of RGB (Red+Green+Blue) = 222+177+85=484 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.87% from 484); Green value is 177 (69.53% from 255 or 36.57% from 484); Blue value is 85 (33.59% from 255 or 17.56% from 484); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB155 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEB155 is #214EAA. Grayscale: #B4B4B4. Windows color (decimal): -2182827 or 5616094. OLE color: 5616094.

HSL color Cylindrical-coordinate representation of color #DEB155: hue angle of 40.29º 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 #DEB155 is Cyan = 0, Magento = 0.20, Yellow = 0.62 and Black (K on CMYK) = 0.13.

Color convert

RGB22217785-
CMYK00.200.620.13
HSL40.29º67.49%60.2%-
HSV(B)40.29º61.71%87.06%-
XYZ47.4947.6315.29-
YUV179.9774.41157.98-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.87%
GREEN value IS 177 (69.53% from 255) = 36.57%
BLUE value IS 85 (33.59% from 255) = 17.56%
R=45.87%
G=36.57%
B=17.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221778500.200.620.1340.2967.4960.2
HexDEB1550143ED28433c
Octal33626112502476155010374
Binary1101111010110001101010101010011111011011010001000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB155; }

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

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

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

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

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

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

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

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