#DAAD55

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

Shades of Rob Roy #DAAD55

Tints of Rob Roy #DAAD55

Color information

#DAAD55 (or 0xDAAD55) is unknown color: approx Rob Roy. HEX triplet: DA, AD and 55. RGB value is (218,173,85). Sum of RGB (Red+Green+Blue) = 218+173+85=476 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.80% from 476); Green value is 173 (67.97% from 255 or 36.34% from 476); Blue value is 85 (33.59% from 255 or 17.86% from 476); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAD55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAD55 is #2552AA. Grayscale: #B0B0B0. Windows color (decimal): -2445995 or 5615066. OLE color: 5615066.

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

Color convert

RGB21817385-
CMYK00.210.610.15
HSL39.7º64.25%59.41%-
HSV(B)39.7º61.01%85.49%-
XYZ45.545.4514.97-
YUV176.4276.41157.66-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.80%
GREEN value IS 173 (67.97% from 255) = 36.34%
BLUE value IS 85 (33.59% from 255) = 17.86%
R=45.80%
G=36.34%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.61
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181738500.210.610.1539.764.2559.41
HexDAAD550153DF28403b
Octal33225512502575175010073
Binary1101101010101101101010101010111110111111010001000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAD55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAD55; }

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

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

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

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

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

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

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

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