#DBA656

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

Shades of Rob Roy #DBA656

Tints of Rob Roy #DBA656

Color information

#DBA656 (or 0xDBA656) is unknown color: approx Rob Roy. HEX triplet: DB, A6 and 56. RGB value is (219,166,86). Sum of RGB (Red+Green+Blue) = 219+166+86=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 166 (65.23% from 255 or 35.24% from 471); Blue value is 86 (33.98% from 255 or 18.26% from 471); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA656 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA656 is #2459A9. Grayscale: #ADADAD. Windows color (decimal): -2382250 or 5678811. OLE color: 5678811.

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

Color convert

RGB21916686-
CMYK00.240.610.14
HSL36.09º64.88%59.8%-
HSV(B)36.09º60.73%85.88%-
XYZ44.534314.76-
YUV172.7379.06161-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 46.50%
GREEN value IS 166 (65.23% from 255) = 35.24%
BLUE value IS 86 (33.98% from 255) = 18.26%
R=46.50%
G=35.24%
B=18.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.61
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191668600.240.610.1436.0964.8859.8
HexDBA6560183DE24413c
Octal33324612603075164410174
Binary1101101110100110101011001100011110111101001001000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA656; }

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

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

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

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

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

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

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

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