#DAA94E

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

Shades of Rob Roy #DAA94E

Tints of Rob Roy #DAA94E

Color information

#DAA94E (or 0xDAA94E) is unknown color: approx Rob Roy. HEX triplet: DA, A9 and 4E. RGB value is (218,169,78). Sum of RGB (Red+Green+Blue) = 218+169+78=465 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.88% from 465); Green value is 169 (66.41% from 255 or 36.34% from 465); Blue value is 78 (30.86% from 255 or 16.77% from 465); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA94E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA94E is #2556B1. Grayscale: #ADADAD. Windows color (decimal): -2447026 or 5155290. OLE color: 5155290.

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

Color convert

RGB21816978-
CMYK00.220.640.15
HSL39º65.42%58.04%-
HSV(B)39º64.22%85.49%-
XYZ44.4843.8313.32-
YUV173.2874.23159.9-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.88%
GREEN value IS 169 (66.41% from 255) = 36.34%
BLUE value IS 78 (30.86% from 255) = 16.77%
R=46.88%
G=36.34%
B=16.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.64
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181697800.220.640.153965.4258.04
HexDAA94E01640F27413a
Octal332251116026100174710172
Binary11011010101010011001110010110100000011111001111000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA94E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA94E; }

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

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

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

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

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

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

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

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