#DBAB55

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

Shades of Rob Roy #DBAB55

Tints of Rob Roy #DBAB55

Color information

#DBAB55 (or 0xDBAB55) is unknown color: approx Rob Roy. HEX triplet: DB, AB and 55. RGB value is (219,171,85). Sum of RGB (Red+Green+Blue) = 219+171+85=475 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.11% from 475); Green value is 171 (67.19% from 255 or 36% from 475); Blue value is 85 (33.59% from 255 or 17.89% from 475); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAB55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAB55 is #2454AA. Grayscale: #AFAFAF. Windows color (decimal): -2380971 or 5614555. OLE color: 5614555.

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

Color convert

RGB21917185-
CMYK00.220.610.14
HSL38.51º65.05%59.61%-
HSV(B)38.51º61.19%85.88%-
XYZ45.4244.8414.86-
YUV175.5576.9158.99-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 46.11%
GREEN value IS 171 (67.19% from 255) = 36%
BLUE value IS 85 (33.59% from 255) = 17.89%
R=46.11%
G=36%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.61
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191718500.220.610.1438.5165.0559.61
HexDBAB550163DE27413c
Octal33325312502675164710174
Binary1101101110101011101010101011011110111101001111000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAB55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAB55; }

 p { color: rgb(219,171,85); }

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

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

 a { background-color: rgb(219,171,85); }

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

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

 span { border-color: rgb(219,171,85); }

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