#DAA655

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

Shades of Rob Roy #DAA655

Tints of Rob Roy #DAA655

Color information

#DAA655 (or 0xDAA655) is unknown color: approx Rob Roy. HEX triplet: DA, A6 and 55. RGB value is (218,166,85). Sum of RGB (Red+Green+Blue) = 218+166+85=469 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.48% from 469); Green value is 166 (65.23% from 255 or 35.39% from 469); Blue value is 85 (33.59% from 255 or 18.12% from 469); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA655 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA655 is #2559AA. Grayscale: #ACACAC. Windows color (decimal): -2447787 or 5613274. OLE color: 5613274.

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

Color convert

RGB21816685-
CMYK00.240.610.15
HSL36.54º64.25%59.41%-
HSV(B)36.54º61.01%85.49%-
XYZ44.1942.8314.53-
YUV172.3178.73160.59-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.48%
GREEN value IS 166 (65.23% from 255) = 35.39%
BLUE value IS 85 (33.59% from 255) = 18.12%
R=46.48%
G=35.39%
B=18.12%

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
Decimal2181668500.240.610.1536.5464.2559.41
HexDAA6550183DF25403b
Octal33224612503075174510073
Binary1101101010100110101010101100011110111111001011000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA655; }

 p { color: rgb(218,166,85); }

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

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

 a { background-color: rgb(218,166,85); }

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

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

 span { border-color: rgb(218,166,85); }

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