#D9655F

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

Shades of Roman #D9655F

Tints of Roman #D9655F

Color information

#D9655F (or 0xD9655F) is unknown color: approx Roman. HEX triplet: D9, 65 and 5F. RGB value is (217,101,95). Sum of RGB (Red+Green+Blue) = 217+101+95=413 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.54% from 413); Green value is 101 (39.84% from 255 or 24.46% from 413); Blue value is 95 (37.5% from 255 or 23.00% from 413); Max value from RGB is 217 - color contains mainly: red. Hex color #D9655F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9655F is #269AA0. Grayscale: #878787. Windows color (decimal): -2529953 or 6251993. OLE color: 6251993.

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

Color convert

RGB21710195-
CMYK00.530.560.15
HSL2.95º61.62%61.18%-
HSV(B)2.95º56.22%85.1%-
XYZ35.3324.8913.77-
YUV135105.43186.49-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 52.54%
GREEN value IS 101 (39.84% from 255) = 24.46%
BLUE value IS 95 (37.5% from 255) = 23.00%
R=52.54%
G=24.46%
B=23.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171019500.530.560.152.9561.6261.18
HexD9655F03538F33e3d
Octal331145137065701737675
Binary11011001110010110111110110101111000111111111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9655F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9655F; }

 p { color: rgb(217,101,95); }

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

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

 a { background-color: rgb(217,101,95); }

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

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

 span { border-color: rgb(217,101,95); }

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