#DAA84B

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

Shades of Rob Roy #DAA84B

Tints of Rob Roy #DAA84B

Color information

#DAA84B (or 0xDAA84B) is unknown color: approx Rob Roy. HEX triplet: DA, A8 and 4B. RGB value is (218,168,75). Sum of RGB (Red+Green+Blue) = 218+168+75=461 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.29% from 461); Green value is 168 (66.02% from 255 or 36.44% from 461); Blue value is 75 (29.69% from 255 or 16.27% from 461); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA84B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA84B is #2557B4. Grayscale: #ACACAC. Windows color (decimal): -2447285 or 4958426. OLE color: 4958426.

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

Color convert

RGB21816875-
CMYK00.230.660.15
HSL39.02º65.9%57.45%-
HSV(B)39.02º65.6%85.49%-
XYZ44.1943.4212.71-
YUV172.3573.06160.56-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 47.29%
GREEN value IS 168 (66.02% from 255) = 36.44%
BLUE value IS 75 (29.69% from 255) = 16.27%
R=47.29%
G=36.44%
B=16.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.66
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181687500.230.660.1539.0265.957.45
HexDAA84B01742F274239
Octal332250113027102174710271
Binary11011010101010001001011010111100001011111001111000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA84B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA84B; }

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

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

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

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

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

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

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

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