#DEA658

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

Shades of Rob Roy #DEA658

Tints of Rob Roy #DEA658

Color information

#DEA658 (or 0xDEA658) is unknown color: approx Rob Roy. HEX triplet: DE, A6 and 58. RGB value is (222,166,88). Sum of RGB (Red+Green+Blue) = 222+166+88=476 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.64% from 476); Green value is 166 (65.23% from 255 or 34.87% from 476); Blue value is 88 (34.77% from 255 or 18.49% from 476); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA658 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEA658 is #2159A7. Grayscale: #AEAEAE. Windows color (decimal): -2185640 or 5809886. OLE color: 5809886.

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

Color convert

RGB22216688-
CMYK00.250.600.13
HSL34.93º67%60.78%-
HSV(B)34.93º60.36%87.06%-
XYZ45.5243.5115.23-
YUV173.8579.55162.34-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.64%
GREEN value IS 166 (65.23% from 255) = 34.87%
BLUE value IS 88 (34.77% from 255) = 18.49%
R=46.64%
G=34.87%
B=18.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.60
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221668800.250.600.1334.936760.78
HexDEA6580193CD23433d
Octal33624613003174154310375
Binary1101111010100110101100001100111110011011000111000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA658; }

 p { color: rgb(222,166,88); }

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

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

 a { background-color: rgb(222,166,88); }

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

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

 span { border-color: rgb(222,166,88); }

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