#DEA455

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

Shades of Rob Roy #DEA455

Tints of Rob Roy #DEA455

Color information

#DEA455 (or 0xDEA455) is unknown color: approx Rob Roy. HEX triplet: DE, A4 and 55. RGB value is (222,164,85). Sum of RGB (Red+Green+Blue) = 222+164+85=471 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.13% from 471); Green value is 164 (64.45% from 255 or 34.82% from 471); Blue value is 85 (33.59% from 255 or 18.05% from 471); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA455 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEA455 is #215BAA. Grayscale: #ACACAC. Windows color (decimal): -2186155 or 5612766. OLE color: 5612766.

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

Color convert

RGB22216485-
CMYK00.260.620.13
HSL34.6º67.49%60.2%-
HSV(B)34.6º61.71%87.06%-
XYZ45.0442.7414.47-
YUV172.3478.72163.42-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 47.13%
GREEN value IS 164 (64.45% from 255) = 34.82%
BLUE value IS 85 (33.59% from 255) = 18.05%
R=47.13%
G=34.82%
B=18.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221648500.260.620.1334.667.4960.2
HexDEA45501A3ED23433c
Octal33624412503276154310374
Binary1101111010100100101010101101011111011011000111000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA455; }

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

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

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

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

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

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

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

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