#D96C66

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

Shades of Roman #D96C66

Tints of Roman #D96C66

Color information

#D96C66 (or 0xD96C66) is unknown color: approx Roman. HEX triplet: D9, 6C and 66. RGB value is (217,108,102). Sum of RGB (Red+Green+Blue) = 217+108+102=427 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.82% from 427); Green value is 108 (42.58% from 255 or 25.29% from 427); Blue value is 102 (40.23% from 255 or 23.89% from 427); Max value from RGB is 217 - color contains mainly: red. Hex color #D96C66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96C66 is #269399. Grayscale: #8C8C8C. Windows color (decimal): -2528154 or 6712537. OLE color: 6712537.

HSL color Cylindrical-coordinate representation of color #D96C66: hue angle of 3.13º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D96C66 is Cyan = 0, Magento = 0.50, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB217108102-
CMYK00.500.530.15
HSL3.13º60.21%62.55%-
HSV(B)3.13º53%85.1%-
XYZ36.3826.4415.76-
YUV139.91106.61182.99-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 50.82%
GREEN value IS 108 (42.58% from 255) = 25.29%
BLUE value IS 102 (40.23% from 255) = 23.89%
R=50.82%
G=25.29%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710810200.500.530.153.1360.2162.55
HexD96C6603235F33c3f
Octal331154146062651737477
Binary11011001110110011001100110010110101111111111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96C66; }

 p { color: rgb(217,108,102); }

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

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

 a { background-color: rgb(217,108,102); }

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

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

 span { border-color: rgb(217,108,102); }

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