#DBA857

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

Shades of Rob Roy #DBA857

Tints of Rob Roy #DBA857

Color information

#DBA857 (or 0xDBA857) is unknown color: approx Rob Roy. HEX triplet: DB, A8 and 57. RGB value is (219,168,87). Sum of RGB (Red+Green+Blue) = 219+168+87=474 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.20% from 474); Green value is 168 (66.02% from 255 or 35.44% from 474); Blue value is 87 (34.38% from 255 or 18.35% from 474); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA857 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA857 is #2457A8. Grayscale: #AEAEAE. Windows color (decimal): -2381737 or 5744859. OLE color: 5744859.

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

Color convert

RGB21916887-
CMYK00.230.600.14
HSL36.82º64.71%60%-
HSV(B)36.82º60.27%85.88%-
XYZ44.9443.7515.09-
YUV174.0278.9160.09-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 46.20%
GREEN value IS 168 (66.02% from 255) = 35.44%
BLUE value IS 87 (34.38% from 255) = 18.35%
R=46.20%
G=35.44%
B=18.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.60
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191688700.230.600.1436.8264.7160
HexDBA8570173CE25413c
Octal33325012702774164510174
Binary1101101110101000101011101011111110011101001011000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA857; }

 p { color: rgb(219,168,87); }

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

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

 a { background-color: rgb(219,168,87); }

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

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

 span { border-color: rgb(219,168,87); }

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