#DAA556

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

Shades of Rob Roy #DAA556

Tints of Rob Roy #DAA556

Color information

#DAA556 (or 0xDAA556) is unknown color: approx Rob Roy. HEX triplet: DA, A5 and 56. RGB value is (218,165,86). Sum of RGB (Red+Green+Blue) = 218+165+86=469 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.48% from 469); Green value is 165 (64.84% from 255 or 35.18% from 469); Blue value is 86 (33.98% from 255 or 18.34% from 469); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA556 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA556 is #255AA9. Grayscale: #ACACAC. Windows color (decimal): -2448042 or 5678554. OLE color: 5678554.

HSL color Cylindrical-coordinate representation of color #DAA556: hue angle of 35.91º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DAA556 is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.15.

Color convert

RGB21816586-
CMYK00.240.610.15
HSL35.91º64.08%59.61%-
HSV(B)35.91º60.55%85.49%-
XYZ44.0542.4914.68-
YUV171.8479.56160.92-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.48%
GREEN value IS 165 (64.84% from 255) = 35.18%
BLUE value IS 86 (33.98% from 255) = 18.34%
R=46.48%
G=35.18%
B=18.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.61
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181658600.240.610.1535.9164.0859.61
HexDAA5560183DF24403c
Octal33224512603075174410074
Binary1101101010100101101011001100011110111111001001000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA556; }

 p { color: rgb(218,165,86); }

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

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

 a { background-color: rgb(218,165,86); }

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

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

 span { border-color: rgb(218,165,86); }

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