#DAB74E

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

Shades of Rob Roy #DAB74E

Tints of Rob Roy #DAB74E

Color information

#DAB74E (or 0xDAB74E) is unknown color: approx Rob Roy. HEX triplet: DA, B7 and 4E. RGB value is (218,183,78). Sum of RGB (Red+Green+Blue) = 218+183+78=479 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.51% from 479); Green value is 183 (71.88% from 255 or 38.20% from 479); Blue value is 78 (30.86% from 255 or 16.28% from 479); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB74E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB74E is #2548B1. Grayscale: #B5B5B5. Windows color (decimal): -2443442 or 5158874. OLE color: 5158874.

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

Color convert

RGB21818378-
CMYK00.160.640.15
HSL45º65.42%58.04%-
HSV(B)45º64.22%85.49%-
XYZ47.2249.3214.24-
YUV181.569.6154.04-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.51%
GREEN value IS 183 (71.88% from 255) = 38.20%
BLUE value IS 78 (30.86% from 255) = 16.28%
R=45.51%
G=38.20%
B=16.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.64
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181837800.160.640.154565.4258.04
HexDAB74E01040F2d413a
Octal332267116020100175510172
Binary11011010101101111001110010000100000011111011011000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB74E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB74E; }

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

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

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

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

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

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

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

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