#DAA85A

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

Shades of Rob Roy #DAA85A

Tints of Rob Roy #DAA85A

Color information

#DAA85A (or 0xDAA85A) is unknown color: approx Rob Roy. HEX triplet: DA, A8 and 5A. RGB value is (218,168,90). Sum of RGB (Red+Green+Blue) = 218+168+90=476 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.80% from 476); Green value is 168 (66.02% from 255 or 35.29% from 476); Blue value is 90 (35.55% from 255 or 18.91% from 476); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA85A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA85A is #2557A5. Grayscale: #AEAEAE. Windows color (decimal): -2447270 or 5941466. OLE color: 5941466.

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

Color convert

RGB21816890-
CMYK00.230.590.15
HSL36.56º63.37%60.39%-
HSV(B)36.56º58.72%85.49%-
XYZ44.7643.6515.74-
YUV174.0680.56159.34-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.80%
GREEN value IS 168 (66.02% from 255) = 35.29%
BLUE value IS 90 (35.55% from 255) = 18.91%
R=45.80%
G=35.29%
B=18.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.59
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181689000.230.590.1536.5663.3760.39
HexDAA85A0173BF253f3c
Octal3322501320277317457774
Binary110110101010100010110100101111110111111100101111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA85A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA85A; }

 p { color: rgb(218,168,90); }

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

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

 a { background-color: rgb(218,168,90); }

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

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

 span { border-color: rgb(218,168,90); }

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