#DEA54D

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

Shades of Rob Roy #DEA54D

Tints of Rob Roy #DEA54D

Color information

#DEA54D (or 0xDEA54D) is unknown color: approx Rob Roy. HEX triplet: DE, A5 and 4D. RGB value is (222,165,77). Sum of RGB (Red+Green+Blue) = 222+165+77=464 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.84% from 464); Green value is 165 (64.84% from 255 or 35.56% from 464); Blue value is 77 (30.47% from 255 or 16.59% from 464); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA54D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEA54D is #215AB2. Grayscale: #ACACAC. Windows color (decimal): -2185907 or 5088734. OLE color: 5088734.

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

Color convert

RGB22216577-
CMYK00.260.650.13
HSL36.41º68.72%58.63%-
HSV(B)36.41º65.32%87.06%-
XYZ44.9242.9812.95-
YUV172.0174.38163.66-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 47.84%
GREEN value IS 165 (64.84% from 255) = 35.56%
BLUE value IS 77 (30.47% from 255) = 16.59%
R=47.84%
G=35.56%
B=16.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.65
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221657700.260.650.1336.4168.7258.63
HexDEA54D01A41D24453b
Octal336245115032101154410573
Binary11011110101001011001101011010100000111011001001000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA54D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA54D; }

 p { color: rgb(222,165,77); }

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

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

 a { background-color: rgb(222,165,77); }

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

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

 span { border-color: rgb(222,165,77); }

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