#D9695D

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

Shades of Roman #D9695D

Tints of Roman #D9695D

Color information

#D9695D (or 0xD9695D) is unknown color: approx Roman. HEX triplet: D9, 69 and 5D. RGB value is (217,105,93). Sum of RGB (Red+Green+Blue) = 217+105+93=415 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.29% from 415); Green value is 105 (41.41% from 255 or 25.30% from 415); Blue value is 93 (36.72% from 255 or 22.41% from 415); Max value from RGB is 217 - color contains mainly: red. Hex color #D9695D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9695D is #2696A2. Grayscale: #898989. Windows color (decimal): -2528931 or 6121945. OLE color: 6121945.

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

Color convert

RGB21710593-
CMYK00.520.570.15
HSL5.81º62%60.78%-
HSV(B)5.81º57.14%85.1%-
XYZ35.6425.6513.43-
YUV137.12103.11184.98-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 52.29%
GREEN value IS 105 (41.41% from 255) = 25.30%
BLUE value IS 93 (36.72% from 255) = 22.41%
R=52.29%
G=25.30%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171059300.520.570.155.816260.78
HexD9695D03439F63e3d
Octal331151135064711767675
Binary110110011101001101110101101001110011111110111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9695D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9695D; }

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

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

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

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

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

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

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

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