#DAB049

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

Shades of Rob Roy #DAB049

Tints of Rob Roy #DAB049

Color information

#DAB049 (or 0xDAB049) is unknown color: approx Rob Roy. HEX triplet: DA, B0 and 49. RGB value is (218,176,73). Sum of RGB (Red+Green+Blue) = 218+176+73=467 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.68% from 467); Green value is 176 (69.14% from 255 or 37.69% from 467); Blue value is 73 (28.91% from 255 or 15.63% from 467); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB049 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAB049 is #254FB6. Grayscale: #B1B1B1. Windows color (decimal): -2445239 or 4829402. OLE color: 4829402.

HSL color Cylindrical-coordinate representation of color #DAB049: hue angle of 42.62º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DAB049 is Cyan = 0, Magento = 0.19, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB21817673-
CMYK00.190.670.15
HSL42.62º66.21%57.06%-
HSV(B)42.62º66.51%85.49%-
XYZ45.6446.4412.86-
YUV176.8269.41157.38-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.68%
GREEN value IS 176 (69.14% from 255) = 37.69%
BLUE value IS 73 (28.91% from 255) = 15.63%
R=46.68%
G=37.69%
B=15.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.67
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181767300.190.670.1542.6266.2157.06
HexDAB04901343F2b4239
Octal332260111023103175310271
Binary11011010101100001001001010011100001111111010111000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB049; }

 p { color: rgb(218,176,73); }

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

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

 a { background-color: rgb(218,176,73); }

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

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

 span { border-color: rgb(218,176,73); }

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