#DAA94C

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

Shades of Rob Roy #DAA94C

Tints of Rob Roy #DAA94C

Color information

#DAA94C (or 0xDAA94C) is unknown color: approx Rob Roy. HEX triplet: DA, A9 and 4C. RGB value is (218,169,76). Sum of RGB (Red+Green+Blue) = 218+169+76=463 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.08% from 463); Green value is 169 (66.41% from 255 or 36.50% from 463); Blue value is 76 (30.08% from 255 or 16.41% from 463); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA94C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA94C is #2556B3. Grayscale: #ADADAD. Windows color (decimal): -2447028 or 5024218. OLE color: 5024218.

HSL color Cylindrical-coordinate representation of color #DAA94C: hue angle of 39.3º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DAA94C is Cyan = 0, Magento = 0.22, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB21816976-
CMYK00.220.650.15
HSL39.3º65.74%57.65%-
HSV(B)39.3º65.14%85.49%-
XYZ44.4143.812.95-
YUV173.0573.23160.06-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 47.08%
GREEN value IS 169 (66.41% from 255) = 36.50%
BLUE value IS 76 (30.08% from 255) = 16.41%
R=47.08%
G=36.50%
B=16.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.65
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181697600.220.650.1539.365.7457.65
HexDAA94C01641F27423a
Octal332251114026101174710272
Binary11011010101010011001100010110100000111111001111000010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA94C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA94C; }

 p { color: rgb(218,169,76); }

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

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

 a { background-color: rgb(218,169,76); }

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

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

 span { border-color: rgb(218,169,76); }

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