#DEB254

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

Shades of Rob Roy #DEB254

Tints of Rob Roy #DEB254

Color information

#DEB254 (or 0xDEB254) is unknown color: approx Rob Roy. HEX triplet: DE, B2 and 54. RGB value is (222,178,84). Sum of RGB (Red+Green+Blue) = 222+178+84=484 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.87% from 484); Green value is 178 (69.92% from 255 or 36.78% from 484); Blue value is 84 (33.20% from 255 or 17.36% from 484); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB254 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEB254 is #214DAB. Grayscale: #B4B4B4. Windows color (decimal): -2182572 or 5550814. OLE color: 5550814.

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

Color convert

RGB22217884-
CMYK00.200.620.13
HSL40.87º67.65%60%-
HSV(B)40.87º62.16%87.06%-
XYZ47.6448.0115.14-
YUV180.4473.58157.64-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.87%
GREEN value IS 178 (69.92% from 255) = 36.78%
BLUE value IS 84 (33.20% from 255) = 17.36%
R=45.87%
G=36.78%
B=17.36%

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
Decimal2221788400.200.620.1340.8767.6560
HexDEB2540143ED29443c
Octal33626212402476155110474
Binary1101111010110010101010001010011111011011010011000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB254; }

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

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

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

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

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

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

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

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