#DAAB4B

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

Shades of Rob Roy #DAAB4B

Tints of Rob Roy #DAAB4B

Color information

#DAAB4B (or 0xDAAB4B) is unknown color: approx Rob Roy. HEX triplet: DA, AB and 4B. RGB value is (218,171,75). Sum of RGB (Red+Green+Blue) = 218+171+75=464 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.98% from 464); Green value is 171 (67.19% from 255 or 36.85% from 464); Blue value is 75 (29.69% from 255 or 16.16% from 464); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAB4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAAB4B is #2554B4. Grayscale: #AEAEAE. Windows color (decimal): -2446517 or 4959194. OLE color: 4959194.

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

Color convert

RGB21817175-
CMYK00.220.660.15
HSL40.28º65.9%57.45%-
HSV(B)40.28º65.6%85.49%-
XYZ44.7544.5412.9-
YUV174.1172.07159.31-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.98%
GREEN value IS 171 (67.19% from 255) = 36.85%
BLUE value IS 75 (29.69% from 255) = 16.16%
R=46.98%
G=36.85%
B=16.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.66
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181717500.220.660.1540.2865.957.45
HexDAAB4B01642F284239
Octal332253113026102175010271
Binary11011010101010111001011010110100001011111010001000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAB4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAB4B; }

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

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

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

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

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

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

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

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