#D96D64

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

Shades of Roman #D96D64

Tints of Roman #D96D64

Color information

#D96D64 (or 0xD96D64) is unknown color: approx Roman. HEX triplet: D9, 6D and 64. RGB value is (217,109,100). Sum of RGB (Red+Green+Blue) = 217+109+100=426 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.94% from 426); Green value is 109 (42.97% from 255 or 25.59% from 426); Blue value is 100 (39.45% from 255 or 23.47% from 426); Max value from RGB is 217 - color contains mainly: red. Hex color #D96D64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96D64 is #26929B. Grayscale: #8C8C8C. Windows color (decimal): -2527900 or 6581721. OLE color: 6581721.

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

Color convert

RGB217109100-
CMYK00.500.540.15
HSL4.62º60.62%62.16%-
HSV(B)4.62º53.92%85.1%-
XYZ36.3826.6115.28-
YUV140.27105.28182.73-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 50.94%
GREEN value IS 109 (42.97% from 255) = 25.59%
BLUE value IS 100 (39.45% from 255) = 23.47%
R=50.94%
G=25.59%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710910000.500.540.154.6260.6262.16
HexD96D6403236F53d3e
Octal331155144062661757576
Binary110110011101101110010001100101101101111101111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96D64; }

 p { color: rgb(217,109,100); }

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

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

 a { background-color: rgb(217,109,100); }

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

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

 span { border-color: rgb(217,109,100); }

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