#DEA95C

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

Shades of Rob Roy #DEA95C

Tints of Rob Roy #DEA95C

Color information

#DEA95C (or 0xDEA95C) is unknown color: approx Rob Roy. HEX triplet: DE, A9 and 5C. RGB value is (222,169,92). Sum of RGB (Red+Green+Blue) = 222+169+92=483 (63% of max value = 765). Red value is 222 (87.11% from 255 or 45.96% from 483); Green value is 169 (66.41% from 255 or 34.99% from 483); Blue value is 92 (36.33% from 255 or 19.05% from 483); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA95C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEA95C is #2156A3. Grayscale: #B0B0B0. Windows color (decimal): -2184868 or 6072798. OLE color: 6072798.

HSL color Cylindrical-coordinate representation of color #DEA95C: hue angle of 35.54º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DEA95C is Cyan = 0, Magento = 0.24, Yellow = 0.59 and Black (K on CMYK) = 0.13.

Color convert

RGB22216992-
CMYK00.240.590.13
HSL35.54º66.33%61.57%-
HSV(B)35.54º58.56%87.06%-
XYZ46.2444.6816.31-
YUV176.0780.56160.76-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.96%
GREEN value IS 169 (66.41% from 255) = 34.99%
BLUE value IS 92 (36.33% from 255) = 19.05%
R=45.96%
G=34.99%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221699200.240.590.1335.5466.3361.57
HexDEA95C0183BD24423e
Octal33625113403073154410276
Binary1101111010101001101110001100011101111011001001000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA95C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA95C; }

 p { color: rgb(222,169,92); }

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

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

 a { background-color: rgb(222,169,92); }

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

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

 span { border-color: rgb(222,169,92); }

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