#DAA64E

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

Shades of Rob Roy #DAA64E

Tints of Rob Roy #DAA64E

Color information

#DAA64E (or 0xDAA64E) is unknown color: approx Rob Roy. HEX triplet: DA, A6 and 4E. RGB value is (218,166,78). Sum of RGB (Red+Green+Blue) = 218+166+78=462 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.19% from 462); Green value is 166 (65.23% from 255 or 35.93% from 462); Blue value is 78 (30.86% from 255 or 16.88% from 462); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA64E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA64E is #2559B1. Grayscale: #ABABAB. Windows color (decimal): -2447794 or 5154522. OLE color: 5154522.

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

Color convert

RGB21816678-
CMYK00.240.640.15
HSL37.71º65.42%58.04%-
HSV(B)37.71º64.22%85.49%-
XYZ43.9242.7313.14-
YUV171.5275.23161.16-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 47.19%
GREEN value IS 166 (65.23% from 255) = 35.93%
BLUE value IS 78 (30.86% from 255) = 16.88%
R=47.19%
G=35.93%
B=16.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.64
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181667800.240.640.1537.7165.4258.04
HexDAA64E01840F26413a
Octal332246116030100174610172
Binary11011010101001101001110011000100000011111001101000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA64E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA64E; }

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

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

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

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

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

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

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

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