#D96964

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

Shades of Roman #D96964

Tints of Roman #D96964

Color information

#D96964 (or 0xD96964) is unknown color: approx Roman. HEX triplet: D9, 69 and 64. RGB value is (217,105,100). Sum of RGB (Red+Green+Blue) = 217+105+100=422 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.42% from 422); Green value is 105 (41.41% from 255 or 24.88% from 422); Blue value is 100 (39.45% from 255 or 23.70% from 422); Max value from RGB is 217 - color contains mainly: red. Hex color #D96964 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96964 is #26969B. Grayscale: #8A8A8A. Windows color (decimal): -2528924 or 6580697. OLE color: 6580697.

HSL color Cylindrical-coordinate representation of color #D96964: hue angle of 2.56º 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 #D96964 is Cyan = 0, Magento = 0.52, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB217105100-
CMYK00.520.540.15
HSL2.56º60.62%62.16%-
HSV(B)2.56º53.92%85.1%-
XYZ35.9725.7715.14-
YUV137.92106.61184.41-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 51.42%
GREEN value IS 105 (41.41% from 255) = 24.88%
BLUE value IS 100 (39.45% from 255) = 23.70%
R=51.42%
G=24.88%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710510000.520.540.152.5660.6262.16
HexD9696403436F33d3e
Octal331151144064661737576
Binary11011001110100111001000110100110110111111111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96964; }

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

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

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

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

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

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

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

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