#DEA755

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

Shades of Rob Roy #DEA755

Tints of Rob Roy #DEA755

Color information

#DEA755 (or 0xDEA755) is unknown color: approx Rob Roy. HEX triplet: DE, A7 and 55. RGB value is (222,167,85). Sum of RGB (Red+Green+Blue) = 222+167+85=474 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.84% from 474); Green value is 167 (65.62% from 255 or 35.23% from 474); Blue value is 85 (33.59% from 255 or 17.93% from 474); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA755 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEA755 is #2158AA. Grayscale: #AEAEAE. Windows color (decimal): -2185387 or 5613534. OLE color: 5613534.

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

Color convert

RGB22216785-
CMYK00.250.620.13
HSL35.91º67.49%60.2%-
HSV(B)35.91º61.71%87.06%-
XYZ45.5843.8214.65-
YUV174.177.72162.17-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.84%
GREEN value IS 167 (65.62% from 255) = 35.23%
BLUE value IS 85 (33.59% from 255) = 17.93%
R=46.84%
G=35.23%
B=17.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221678500.250.620.1335.9167.4960.2
HexDEA7550193ED24433c
Octal33624712503176154410374
Binary1101111010100111101010101100111111011011001001000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA755; }

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

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

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

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

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

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

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

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