#DAAB55

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

Shades of Rob Roy #DAAB55

Tints of Rob Roy #DAAB55

Color information

#DAAB55 (or 0xDAAB55) is unknown color: approx Rob Roy. HEX triplet: DA, AB and 55. RGB value is (218,171,85). Sum of RGB (Red+Green+Blue) = 218+171+85=474 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.99% from 474); Green value is 171 (67.19% from 255 or 36.08% from 474); Blue value is 85 (33.59% from 255 or 17.93% from 474); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAB55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAB55 is #2554AA. Grayscale: #AFAFAF. Windows color (decimal): -2446507 or 5614554. OLE color: 5614554.

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

Color convert

RGB21817185-
CMYK00.220.610.15
HSL38.8º64.25%59.41%-
HSV(B)38.8º61.01%85.49%-
XYZ45.1244.6914.84-
YUV175.2577.07158.49-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.99%
GREEN value IS 171 (67.19% from 255) = 36.08%
BLUE value IS 85 (33.59% from 255) = 17.93%
R=45.99%
G=36.08%
B=17.93%

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
Decimal2181718500.220.610.1538.864.2559.41
HexDAAB550163DF27403b
Octal33225312502675174710073
Binary1101101010101011101010101011011110111111001111000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAB55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAB55; }

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

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

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

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

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

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

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

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