#DEAC5A

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

Shades of Rob Roy #DEAC5A

Tints of Rob Roy #DEAC5A

Color information

#DEAC5A (or 0xDEAC5A) is unknown color: approx Rob Roy. HEX triplet: DE, AC and 5A. RGB value is (222,172,90). Sum of RGB (Red+Green+Blue) = 222+172+90=484 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.87% from 484); Green value is 172 (67.58% from 255 or 35.54% from 484); Blue value is 90 (35.55% from 255 or 18.60% from 484); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAC5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEAC5A is #2153A5. Grayscale: #B1B1B1. Windows color (decimal): -2184102 or 5942494. OLE color: 5942494.

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

Color convert

RGB22217290-
CMYK00.230.590.13
HSL37.27º66.67%61.18%-
HSV(B)37.27º59.46%87.06%-
XYZ46.7245.7716.05-
YUV177.678.56159.67-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.87%
GREEN value IS 172 (67.58% from 255) = 35.54%
BLUE value IS 90 (35.55% from 255) = 18.60%
R=45.87%
G=35.54%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221729000.230.590.1337.2766.6761.18
HexDEAC5A0173BD25433d
Octal33625413202773154510375
Binary1101111010101100101101001011111101111011001011000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAC5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAC5A; }

 p { color: rgb(222,172,90); }

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

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

 a { background-color: rgb(222,172,90); }

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

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

 span { border-color: rgb(222,172,90); }

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