#DAB149

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

Shades of Rob Roy #DAB149

Tints of Rob Roy #DAB149

Color information

#DAB149 (or 0xDAB149) is unknown color: approx Rob Roy. HEX triplet: DA, B1 and 49. RGB value is (218,177,73). Sum of RGB (Red+Green+Blue) = 218+177+73=468 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.58% from 468); Green value is 177 (69.53% from 255 or 37.82% from 468); Blue value is 73 (28.91% from 255 or 15.60% from 468); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB149 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAB149 is #254EB6. Grayscale: #B1B1B1. Windows color (decimal): -2444983 or 4829658. OLE color: 4829658.

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

Color convert

RGB21817773-
CMYK00.190.670.15
HSL43.03º66.21%57.06%-
HSV(B)43.03º66.51%85.49%-
XYZ45.8446.8312.93-
YUV177.469.08156.96-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.58%
GREEN value IS 177 (69.53% from 255) = 37.82%
BLUE value IS 73 (28.91% from 255) = 15.60%
R=46.58%
G=37.82%
B=15.60%

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
Decimal2181777300.190.670.1543.0366.2157.06
HexDAB14901343F2b4239
Octal332261111023103175310271
Binary11011010101100011001001010011100001111111010111000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB149; }

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

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

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

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

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

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

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

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