#DBAA58

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

Shades of Rob Roy #DBAA58

Tints of Rob Roy #DBAA58

Color information

#DBAA58 (or 0xDBAA58) is unknown color: approx Rob Roy. HEX triplet: DB, AA and 58. RGB value is (219,170,88). Sum of RGB (Red+Green+Blue) = 219+170+88=477 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.91% from 477); Green value is 170 (66.80% from 255 or 35.64% from 477); Blue value is 88 (34.77% from 255 or 18.45% from 477); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAA58 is #2455A7. Grayscale: #AFAFAF. Windows color (decimal): -2381224 or 5810907. OLE color: 5810907.

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

Color convert

RGB21917088-
CMYK00.220.600.14
HSL37.56º64.53%60.2%-
HSV(B)37.56º59.82%85.88%-
XYZ45.3544.5115.43-
YUV175.378.73159.17-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 45.91%
GREEN value IS 170 (66.80% from 255) = 35.64%
BLUE value IS 88 (34.77% from 255) = 18.45%
R=45.91%
G=35.64%
B=18.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.60
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191708800.220.600.1437.5664.5360.2
HexDBAA580163CE26413c
Octal33325213002674164610174
Binary1101101110101010101100001011011110011101001101000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAA58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAA58; }

 p { color: rgb(219,170,88); }

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

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

 a { background-color: rgb(219,170,88); }

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

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

 span { border-color: rgb(219,170,88); }

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