#DAA657

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

Shades of Rob Roy #DAA657

Tints of Rob Roy #DAA657

Color information

#DAA657 (or 0xDAA657) is unknown color: approx Rob Roy. HEX triplet: DA, A6 and 57. RGB value is (218,166,87). Sum of RGB (Red+Green+Blue) = 218+166+87=471 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.28% from 471); Green value is 166 (65.23% from 255 or 35.24% from 471); Blue value is 87 (34.38% from 255 or 18.47% from 471); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA657 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA657 is #2559A8. Grayscale: #ACACAC. Windows color (decimal): -2447785 or 5744346. OLE color: 5744346.

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

Color convert

RGB21816687-
CMYK00.240.600.15
HSL36.18º63.9%59.8%-
HSV(B)36.18º60.09%85.49%-
XYZ44.2742.8714.96-
YUV172.5479.73160.42-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.28%
GREEN value IS 166 (65.23% from 255) = 35.24%
BLUE value IS 87 (34.38% from 255) = 18.47%
R=46.28%
G=35.24%
B=18.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.60
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181668700.240.600.1536.1863.959.8
HexDAA6570183CF24403c
Octal33224612703074174410074
Binary1101101010100110101011101100011110011111001001000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA657; }

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

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

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

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

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

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

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

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