#dab84c

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

Shades of Rob Roy #DAB84C

Tints of Rob Roy #DAB84C

Color information

#DAB84C (or 0xDAB84C) is unknown color: approx Rob Roy. HEX triplet: DA, B8 and 4C. RGB value is (218,184,76). Sum of RGB (Red+Green+Blue) = 218+184+76=478 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.61% from 478); Green value is 184 (72.27% from 255 or 38.49% from 478); Blue value is 76 (30.08% from 255 or 15.90% from 478); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB84C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB84C is #2547B3. Grayscale: #B6B6B6. Windows color (decimal): -2443188 or 5028058. OLE color: 5028058.

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

Color convert

RGB21818476-
CMYK00.160.650.15
HSL45.63º65.74%57.65%-
HSV(B)45.63º65.14%85.49%-
XYZ47.3649.7113.94-
YUV181.8568.26153.78-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.61%
GREEN value IS 184 (72.27% from 255) = 38.49%
BLUE value IS 76 (30.08% from 255) = 15.90%
R=45.61%
G=38.49%
B=15.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.65
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181847600.160.650.1545.6365.7457.65
HexDAB84C01041F2e423a
Octal332270114020101175610272
Binary11011010101110001001100010000100000111111011101000010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dab84c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dab84c; }

 p { color: rgb(218,184,76); }

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

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

 a { background-color: rgb(218,184,76); }

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

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

 span { border-color: rgb(218,184,76); }

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