#DFAA5C

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

Shades of Rob Roy #DFAA5C

Tints of Rob Roy #DFAA5C

Color information

#DFAA5C (or 0xDFAA5C) is unknown color: approx Rob Roy. HEX triplet: DF, AA and 5C. RGB value is (223,170,92). Sum of RGB (Red+Green+Blue) = 223+170+92=485 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.98% from 485); Green value is 170 (66.80% from 255 or 35.05% from 485); Blue value is 92 (36.33% from 255 or 18.97% from 485); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAA5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAA5C is #2055A3. Grayscale: #B1B1B1. Windows color (decimal): -2119076 or 6073055. OLE color: 6073055.

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

Color convert

RGB22317092-
CMYK00.240.590.13
HSL35.73º67.18%61.76%-
HSV(B)35.73º58.74%87.45%-
XYZ46.7445.2116.39-
YUV176.9680.06160.84-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.98%
GREEN value IS 170 (66.80% from 255) = 35.05%
BLUE value IS 92 (36.33% from 255) = 18.97%
R=45.98%
G=35.05%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231709200.240.590.1335.7367.1861.76
HexDFAA5C0183BD24433e
Octal33725213403073154410376
Binary1101111110101010101110001100011101111011001001000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAA5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAA5C; }

 p { color: rgb(223,170,92); }

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

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

 a { background-color: rgb(223,170,92); }

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

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

 span { border-color: rgb(223,170,92); }

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