#D96A5C

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

Shades of Roman #D96A5C

Tints of Roman #D96A5C

Color information

#D96A5C (or 0xD96A5C) is unknown color: approx Roman. HEX triplet: D9, 6A and 5C. RGB value is (217,106,92). Sum of RGB (Red+Green+Blue) = 217+106+92=415 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.29% from 415); Green value is 106 (41.80% from 255 or 25.54% from 415); Blue value is 92 (36.33% from 255 or 22.17% from 415); Max value from RGB is 217 - color contains mainly: red. Hex color #D96A5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96A5C is #2695A3. Grayscale: #898989. Windows color (decimal): -2528676 or 6056665. OLE color: 6056665.

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

Color convert

RGB21710692-
CMYK00.510.580.15
HSL6.72º62.19%60.59%-
HSV(B)6.72º57.6%85.1%-
XYZ35.725.8313.23-
YUV137.59102.27184.64-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 52.29%
GREEN value IS 106 (41.80% from 255) = 25.54%
BLUE value IS 92 (36.33% from 255) = 22.17%
R=52.29%
G=25.54%
B=22.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.58
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171069200.510.580.156.7262.1960.59
HexD96A5C0333AF73e3d
Octal331152134063721777675
Binary110110011101010101110001100111110101111111111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96A5C; }

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

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

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

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

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

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

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

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