#DEA75C

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

Shades of Rob Roy #DEA75C

Tints of Rob Roy #DEA75C

Color information

#DEA75C (or 0xDEA75C) is unknown color: approx Rob Roy. HEX triplet: DE, A7 and 5C. RGB value is (222,167,92). Sum of RGB (Red+Green+Blue) = 222+167+92=481 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.15% from 481); Green value is 167 (65.62% from 255 or 34.72% from 481); Blue value is 92 (36.33% from 255 or 19.13% from 481); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA75C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEA75C is #2158A3. Grayscale: #AFAFAF. Windows color (decimal): -2185380 or 6072286. OLE color: 6072286.

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

Color convert

RGB22216792-
CMYK00.250.590.13
HSL34.62º66.33%61.57%-
HSV(B)34.62º58.56%87.06%-
XYZ45.8743.9416.19-
YUV174.981.22161.6-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.15%
GREEN value IS 167 (65.62% from 255) = 34.72%
BLUE value IS 92 (36.33% from 255) = 19.13%
R=46.15%
G=34.72%
B=19.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221679200.250.590.1334.6266.3361.57
HexDEA75C0193BD23423e
Octal33624713403173154310276
Binary1101111010100111101110001100111101111011000111000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA75C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA75C; }

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

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

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

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

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

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

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

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