#DEA44D

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

Shades of Rob Roy #DEA44D

Tints of Rob Roy #DEA44D

Color information

#DEA44D (or 0xDEA44D) is unknown color: approx Rob Roy. HEX triplet: DE, A4 and 4D. RGB value is (222,164,77). Sum of RGB (Red+Green+Blue) = 222+164+77=463 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.95% from 463); Green value is 164 (64.45% from 255 or 35.42% from 463); Blue value is 77 (30.47% from 255 or 16.63% from 463); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA44D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEA44D is #215BB2. Grayscale: #ABABAB. Windows color (decimal): -2186163 or 5088478. OLE color: 5088478.

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

Color convert

RGB22216477-
CMYK00.260.650.13
HSL36º68.72%58.63%-
HSV(B)36º65.32%87.06%-
XYZ44.7442.6212.89-
YUV171.4274.72164.07-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 47.95%
GREEN value IS 164 (64.45% from 255) = 35.42%
BLUE value IS 77 (30.47% from 255) = 16.63%
R=47.95%
G=35.42%
B=16.63%

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
Decimal2221647700.260.650.133668.7258.63
HexDEA44D01A41D24453b
Octal336244115032101154410573
Binary11011110101001001001101011010100000111011001001000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA44D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA44D; }

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

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

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

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

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

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

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

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