#DBA959

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

Shades of Rob Roy #DBA959

Tints of Rob Roy #DBA959

Color information

#DBA959 (or 0xDBA959) is unknown color: approx Rob Roy. HEX triplet: DB, A9 and 59. RGB value is (219,169,89). Sum of RGB (Red+Green+Blue) = 219+169+89=477 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.91% from 477); Green value is 169 (66.41% from 255 or 35.43% from 477); Blue value is 89 (35.16% from 255 or 18.66% from 477); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA959 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA959 is #2456A6. Grayscale: #AFAFAF. Windows color (decimal): -2381479 or 5876187. OLE color: 5876187.

HSL color Cylindrical-coordinate representation of color #DBA959: hue angle of 36.92º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DBA959 is Cyan = 0, Magento = 0.23, Yellow = 0.59 and Black (K on CMYK) = 0.14.

Color convert

RGB21916989-
CMYK00.230.590.14
HSL36.92º64.36%60.39%-
HSV(B)36.92º59.36%85.88%-
XYZ45.244.1615.59-
YUV174.8379.56159.5-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 45.91%
GREEN value IS 169 (66.41% from 255) = 35.43%
BLUE value IS 89 (35.16% from 255) = 18.66%
R=45.91%
G=35.43%
B=18.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.59
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191698900.230.590.1436.9264.3660.39
HexDBA9590173BE25403c
Octal33325113102773164510074
Binary1101101110101001101100101011111101111101001011000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA959; }

 p { color: rgb(219,169,89); }

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

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

 a { background-color: rgb(219,169,89); }

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

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

 span { border-color: rgb(219,169,89); }

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