#DEB253

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

Shades of Rob Roy #DEB253

Tints of Rob Roy #DEB253

Color information

#DEB253 (or 0xDEB253) is unknown color: approx Rob Roy. HEX triplet: DE, B2 and 53. RGB value is (222,178,83). Sum of RGB (Red+Green+Blue) = 222+178+83=483 (63% of max value = 765). Red value is 222 (87.11% from 255 or 45.96% from 483); Green value is 178 (69.92% from 255 or 36.85% from 483); Blue value is 83 (32.81% from 255 or 17.18% from 483); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB253 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEB253 is #214DAC. Grayscale: #B4B4B4. Windows color (decimal): -2182573 or 5485278. OLE color: 5485278.

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

Color convert

RGB22217883-
CMYK00.200.630.13
HSL41.01º67.8%59.8%-
HSV(B)41.01º62.61%87.06%-
XYZ47.6147.9914.94-
YUV180.3373.08157.72-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.96%
GREEN value IS 178 (69.92% from 255) = 36.85%
BLUE value IS 83 (32.81% from 255) = 17.18%
R=45.96%
G=36.85%
B=17.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.63
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221788300.200.630.1341.0167.859.8
HexDEB2530143FD29443c
Octal33626212302477155110474
Binary1101111010110010101001101010011111111011010011000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB253; }

 p { color: rgb(222,178,83); }

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

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

 a { background-color: rgb(222,178,83); }

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

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

 span { border-color: rgb(222,178,83); }

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