#DAA64B

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

Shades of Rob Roy #DAA64B

Tints of Rob Roy #DAA64B

Color information

#DAA64B (or 0xDAA64B) is unknown color: approx Rob Roy. HEX triplet: DA, A6 and 4B. RGB value is (218,166,75). Sum of RGB (Red+Green+Blue) = 218+166+75=459 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.49% from 459); Green value is 166 (65.23% from 255 or 36.17% from 459); Blue value is 75 (29.69% from 255 or 16.34% from 459); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA64B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA64B is #2559B4. Grayscale: #ABABAB. Windows color (decimal): -2447797 or 4957914. OLE color: 4957914.

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

Color convert

RGB21816675-
CMYK00.240.660.15
HSL38.18º65.9%57.45%-
HSV(B)38.18º65.6%85.49%-
XYZ43.8242.6912.59-
YUV171.1773.73161.4-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 47.49%
GREEN value IS 166 (65.23% from 255) = 36.17%
BLUE value IS 75 (29.69% from 255) = 16.34%
R=47.49%
G=36.17%
B=16.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.66
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181667500.240.660.1538.1865.957.45
HexDAA64B01842F264239
Octal332246113030102174610271
Binary11011010101001101001011011000100001011111001101000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA64B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA64B; }

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

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

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

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

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

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

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

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