#DEB058

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

Shades of Rob Roy #DEB058

Tints of Rob Roy #DEB058

Color information

#DEB058 (or 0xDEB058) is unknown color: approx Rob Roy. HEX triplet: DE, B0 and 58. RGB value is (222,176,88). Sum of RGB (Red+Green+Blue) = 222+176+88=486 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.68% from 486); Green value is 176 (69.14% from 255 or 36.21% from 486); Blue value is 88 (34.77% from 255 or 18.11% from 486); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB058 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEB058 is #214FA7. Grayscale: #B4B4B4. Windows color (decimal): -2183080 or 5812446. OLE color: 5812446.

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

Color convert

RGB22217688-
CMYK00.210.600.13
HSL39.4º67%60.78%-
HSV(B)39.4º60.36%87.06%-
XYZ47.4147.2815.86-
YUV179.7276.24158.16-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.68%
GREEN value IS 176 (69.14% from 255) = 36.21%
BLUE value IS 88 (34.77% from 255) = 18.11%
R=45.68%
G=36.21%
B=18.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.60
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221768800.210.600.1339.46760.78
HexDEB0580153CD27433d
Octal33626013002574154710375
Binary1101111010110000101100001010111110011011001111000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB058; }

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

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

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

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

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

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

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

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