#DAAB50

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

Shades of Rob Roy #DAAB50

Tints of Rob Roy #DAAB50

Color information

#DAAB50 (or 0xDAAB50) is unknown color: approx Rob Roy. HEX triplet: DA, AB and 50. RGB value is (218,171,80). Sum of RGB (Red+Green+Blue) = 218+171+80=469 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.48% from 469); Green value is 171 (67.19% from 255 or 36.46% from 469); Blue value is 80 (31.64% from 255 or 17.06% from 469); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAB50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAB50 is #2554AF. Grayscale: #AFAFAF. Windows color (decimal): -2446512 or 5286874. OLE color: 5286874.

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

Color convert

RGB21817180-
CMYK00.220.630.15
HSL39.57º65.09%58.43%-
HSV(B)39.57º63.3%85.49%-
XYZ44.9244.6113.83-
YUV174.6874.57158.9-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.48%
GREEN value IS 171 (67.19% from 255) = 36.46%
BLUE value IS 80 (31.64% from 255) = 17.06%
R=46.48%
G=36.46%
B=17.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.63
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181718000.220.630.1539.5765.0958.43
HexDAAB500163FF28413a
Octal33225312002677175010172
Binary1101101010101011101000001011011111111111010001000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAB50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAB50; }

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

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

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

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

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

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

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

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