#DBAC56

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

Shades of Rob Roy #DBAC56

Tints of Rob Roy #DBAC56

Color information

#DBAC56 (or 0xDBAC56) is unknown color: approx Rob Roy. HEX triplet: DB, AC and 56. RGB value is (219,172,86). Sum of RGB (Red+Green+Blue) = 219+172+86=477 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.91% from 477); Green value is 172 (67.58% from 255 or 36.06% from 477); Blue value is 86 (33.98% from 255 or 18.03% from 477); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAC56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAC56 is #2453A9. Grayscale: #B0B0B0. Windows color (decimal): -2380714 or 5680347. OLE color: 5680347.

HSL color Cylindrical-coordinate representation of color #DBAC56: hue angle of 38.8º 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 #DBAC56 is Cyan = 0, Magento = 0.21, Yellow = 0.61 and Black (K on CMYK) = 0.14.

Color convert

RGB21917286-
CMYK00.210.610.14
HSL38.8º64.88%59.8%-
HSV(B)38.8º60.73%85.88%-
XYZ45.6545.2415.13-
YUV176.2577.07158.49-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 45.91%
GREEN value IS 172 (67.58% from 255) = 36.06%
BLUE value IS 86 (33.98% from 255) = 18.03%
R=45.91%
G=36.06%
B=18.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.61
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191728600.210.610.1438.864.8859.8
HexDBAC560153DE27413c
Octal33325412602575164710174
Binary1101101110101100101011001010111110111101001111000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAC56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAC56; }

 p { color: rgb(219,172,86); }

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

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

 a { background-color: rgb(219,172,86); }

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

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

 span { border-color: rgb(219,172,86); }

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