#DCAA51

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

Shades of Rob Roy #DCAA51

Tints of Rob Roy #DCAA51

Color information

#DCAA51 (or 0xDCAA51) is unknown color: approx Rob Roy. HEX triplet: DC, AA and 51. RGB value is (220,170,81). Sum of RGB (Red+Green+Blue) = 220+170+81=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 170 (66.80% from 255 or 36.09% from 471); Blue value is 81 (32.03% from 255 or 17.20% from 471); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAA51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAA51 is #2355AE. Grayscale: #AFAFAF. Windows color (decimal): -2315695 or 5352156. OLE color: 5352156.

HSL color Cylindrical-coordinate representation of color #DCAA51: hue angle of 38.42º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DCAA51 is Cyan = 0, Magento = 0.23, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB22017081-
CMYK00.230.630.14
HSL38.42º66.51%59.02%-
HSV(B)38.42º63.18%86.27%-
XYZ45.3844.5613.99-
YUV174.875.06160.24-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 46.71%
GREEN value IS 170 (66.80% from 255) = 36.09%
BLUE value IS 81 (32.03% from 255) = 17.20%
R=46.71%
G=36.09%
B=17.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.63
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201708100.230.630.1438.4266.5159.02
HexDCAA510173FE26433b
Octal33425212102777164610373
Binary1101110010101010101000101011111111111101001101000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAA51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAA51; }

 p { color: rgb(220,170,81); }

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

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

 a { background-color: rgb(220,170,81); }

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

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

 span { border-color: rgb(220,170,81); }

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