#DEA74E

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

Shades of Rob Roy #DEA74E

Tints of Rob Roy #DEA74E

Color information

#DEA74E (or 0xDEA74E) is unknown color: approx Rob Roy. HEX triplet: DE, A7 and 4E. RGB value is (222,167,78). Sum of RGB (Red+Green+Blue) = 222+167+78=467 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.54% from 467); Green value is 167 (65.62% from 255 or 35.76% from 467); Blue value is 78 (30.86% from 255 or 16.70% from 467); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA74E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEA74E is #2158B1. Grayscale: #ADADAD. Windows color (decimal): -2185394 or 5154782. OLE color: 5154782.

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

Color convert

RGB22216778-
CMYK00.250.650.13
HSL37.08º68.57%58.82%-
HSV(B)37.08º64.86%87.06%-
XYZ45.3243.7213.26-
YUV173.374.22162.74-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 47.54%
GREEN value IS 167 (65.62% from 255) = 35.76%
BLUE value IS 78 (30.86% from 255) = 16.70%
R=47.54%
G=35.76%
B=16.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.65
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221677800.250.650.1337.0868.5758.82
HexDEA74E01941D25453b
Octal336247116031101154510573
Binary11011110101001111001110011001100000111011001011000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA74E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA74E; }

 p { color: rgb(222,167,78); }

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

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

 a { background-color: rgb(222,167,78); }

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

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

 span { border-color: rgb(222,167,78); }

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