#D96A5E

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

Shades of Roman #D96A5E

Tints of Roman #D96A5E

Color information

#D96A5E (or 0xD96A5E) is unknown color: approx Roman. HEX triplet: D9, 6A and 5E. RGB value is (217,106,94). Sum of RGB (Red+Green+Blue) = 217+106+94=417 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.04% from 417); Green value is 106 (41.80% from 255 or 25.42% from 417); Blue value is 94 (37.11% from 255 or 22.54% from 417); Max value from RGB is 217 - color contains mainly: red. Hex color #D96A5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96A5E is #2695A1. Grayscale: #898989. Windows color (decimal): -2528674 or 6187737. OLE color: 6187737.

HSL color Cylindrical-coordinate representation of color #D96A5E: hue angle of 5.85º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D96A5E is Cyan = 0, Magento = 0.51, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB21710694-
CMYK00.510.570.15
HSL5.85º61.81%60.98%-
HSV(B)5.85º56.68%85.1%-
XYZ35.7925.8713.7-
YUV137.82103.27184.48-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 52.04%
GREEN value IS 106 (41.80% from 255) = 25.42%
BLUE value IS 94 (37.11% from 255) = 22.54%
R=52.04%
G=25.42%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171069400.510.570.155.8561.8160.98
HexD96A5E03339F63e3d
Octal331152136063711767675
Binary110110011101010101111001100111110011111110111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96A5E; }

 p { color: rgb(217,106,94); }

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

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

 a { background-color: rgb(217,106,94); }

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

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

 span { border-color: rgb(217,106,94); }

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