#DEB055

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

Shades of Rob Roy #DEB055

Tints of Rob Roy #DEB055

Color information

#DEB055 (or 0xDEB055) is unknown color: approx Rob Roy. HEX triplet: DE, B0 and 55. RGB value is (222,176,85). Sum of RGB (Red+Green+Blue) = 222+176+85=483 (63% of max value = 765). Red value is 222 (87.11% from 255 or 45.96% from 483); Green value is 176 (69.14% from 255 or 36.44% from 483); Blue value is 85 (33.59% from 255 or 17.60% from 483); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB055 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEB055 is #214FAA. Grayscale: #B3B3B3. Windows color (decimal): -2183083 or 5615838. OLE color: 5615838.

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

Color convert

RGB22217685-
CMYK00.210.620.13
HSL39.85º67.49%60.2%-
HSV(B)39.85º61.71%87.06%-
XYZ47.2947.2415.22-
YUV179.3874.74158.4-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.96%
GREEN value IS 176 (69.14% from 255) = 36.44%
BLUE value IS 85 (33.59% from 255) = 17.60%
R=45.96%
G=36.44%
B=17.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221768500.210.620.1339.8567.4960.2
HexDEB0550153ED28433c
Octal33626012502576155010374
Binary1101111010110000101010101010111111011011010001000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB055; }

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

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

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

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

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

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

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

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