#DAAA55

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

Shades of Rob Roy #DAAA55

Tints of Rob Roy #DAAA55

Color information

#DAAA55 (or 0xDAAA55) is unknown color: approx Rob Roy. HEX triplet: DA, AA and 55. RGB value is (218,170,85). Sum of RGB (Red+Green+Blue) = 218+170+85=473 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.09% from 473); Green value is 170 (66.80% from 255 or 35.94% from 473); Blue value is 85 (33.59% from 255 or 17.97% from 473); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAA55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAA55 is #2555AA. Grayscale: #AFAFAF. Windows color (decimal): -2446763 or 5614298. OLE color: 5614298.

HSL color Cylindrical-coordinate representation of color #DAAA55: hue angle of 38.35º 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 #DAAA55 is Cyan = 0, Magento = 0.22, Yellow = 0.61 and Black (K on CMYK) = 0.15.

Color convert

RGB21817085-
CMYK00.220.610.15
HSL38.35º64.25%59.41%-
HSV(B)38.35º61.01%85.49%-
XYZ44.9344.3114.78-
YUV174.6677.4158.91-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.09%
GREEN value IS 170 (66.80% from 255) = 35.94%
BLUE value IS 85 (33.59% from 255) = 17.97%
R=46.09%
G=35.94%
B=17.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.61
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181708500.220.610.1538.3564.2559.41
HexDAAA550163DF26403b
Octal33225212502675174610073
Binary1101101010101010101010101011011110111111001101000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAA55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAA55; }

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

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

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

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

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

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

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

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