#DAAB4D

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

Shades of Rob Roy #DAAB4D

Tints of Rob Roy #DAAB4D

Color information

#DAAB4D (or 0xDAAB4D) is unknown color: approx Rob Roy. HEX triplet: DA, AB and 4D. RGB value is (218,171,77). Sum of RGB (Red+Green+Blue) = 218+171+77=466 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.78% from 466); Green value is 171 (67.19% from 255 or 36.70% from 466); Blue value is 77 (30.47% from 255 or 16.52% from 466); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAB4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAB4D is #2554B2. Grayscale: #AEAEAE. Windows color (decimal): -2446515 or 5090266. OLE color: 5090266.

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

Color convert

RGB21817177-
CMYK00.220.650.15
HSL40º65.58%57.84%-
HSV(B)40º64.68%85.49%-
XYZ44.8244.5713.26-
YUV174.3473.07159.14-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.78%
GREEN value IS 171 (67.19% from 255) = 36.70%
BLUE value IS 77 (30.47% from 255) = 16.52%
R=46.78%
G=36.70%
B=16.52%

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
Decimal2181717700.220.650.154065.5857.84
HexDAAB4D01641F28423a
Octal332253115026101175010272
Binary11011010101010111001101010110100000111111010001000010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAB4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAB4D; }

 p { color: rgb(218,171,77); }

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

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

 a { background-color: rgb(218,171,77); }

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

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

 span { border-color: rgb(218,171,77); }

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