#DAB64E

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

Shades of Rob Roy #DAB64E

Tints of Rob Roy #DAB64E

Color information

#DAB64E (or 0xDAB64E) is unknown color: approx Rob Roy. HEX triplet: DA, B6 and 4E. RGB value is (218,182,78). Sum of RGB (Red+Green+Blue) = 218+182+78=478 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.61% from 478); Green value is 182 (71.48% from 255 or 38.08% from 478); Blue value is 78 (30.86% from 255 or 16.32% from 478); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB64E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB64E is #2549B1. Grayscale: #B5B5B5. Windows color (decimal): -2443698 or 5158618. OLE color: 5158618.

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

Color convert

RGB21818278-
CMYK00.170.640.15
HSL44.57º65.42%58.04%-
HSV(B)44.57º64.22%85.49%-
XYZ47.0248.9114.17-
YUV180.9169.93154.46-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.61%
GREEN value IS 182 (71.48% from 255) = 38.08%
BLUE value IS 78 (30.86% from 255) = 16.32%
R=45.61%
G=38.08%
B=16.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.64
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181827800.170.640.1544.5765.4258.04
HexDAB64E01140F2d413a
Octal332266116021100175510172
Binary11011010101101101001110010001100000011111011011000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB64E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB64E; }

 p { color: rgb(218,182,78); }

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

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

 a { background-color: rgb(218,182,78); }

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

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

 span { border-color: rgb(218,182,78); }

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