#DBAA54

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

Shades of Rob Roy #DBAA54

Tints of Rob Roy #DBAA54

Color information

#DBAA54 (or 0xDBAA54) is unknown color: approx Rob Roy. HEX triplet: DB, AA and 54. RGB value is (219,170,84). Sum of RGB (Red+Green+Blue) = 219+170+84=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 170 (66.80% from 255 or 35.94% from 473); Blue value is 84 (33.20% from 255 or 17.76% from 473); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAA54 is #2455AB. Grayscale: #AFAFAF. Windows color (decimal): -2381228 or 5548763. OLE color: 5548763.

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

Color convert

RGB21917084-
CMYK00.220.620.14
HSL38.22º65.22%59.41%-
HSV(B)38.22º61.64%85.88%-
XYZ45.1944.4514.59-
YUV174.8576.73159.49-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 46.30%
GREEN value IS 170 (66.80% from 255) = 35.94%
BLUE value IS 84 (33.20% from 255) = 17.76%
R=46.30%
G=35.94%
B=17.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.62
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191708400.220.620.1438.2265.2259.41
HexDBAA540163EE26413b
Octal33325212402676164610173
Binary1101101110101010101010001011011111011101001101000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAA54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAA54; }

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

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

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

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

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

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

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

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