#D9665F

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

Shades of Roman #D9665F

Tints of Roman #D9665F

Color information

#D9665F (or 0xD9665F) is unknown color: approx Roman. HEX triplet: D9, 66 and 5F. RGB value is (217,102,95). Sum of RGB (Red+Green+Blue) = 217+102+95=414 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.42% from 414); Green value is 102 (40.23% from 255 or 24.64% from 414); Blue value is 95 (37.5% from 255 or 22.95% from 414); Max value from RGB is 217 - color contains mainly: red. Hex color #D9665F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9665F is #2699A0. Grayscale: #878787. Windows color (decimal): -2529697 or 6252249. OLE color: 6252249.

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

Color convert

RGB21710295-
CMYK00.530.560.15
HSL3.44º61.62%61.18%-
HSV(B)3.44º56.22%85.1%-
XYZ35.4325.0813.8-
YUV135.59105.1186.07-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 52.42%
GREEN value IS 102 (40.23% from 255) = 24.64%
BLUE value IS 95 (37.5% from 255) = 22.95%
R=52.42%
G=24.64%
B=22.95%

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
Decimal2171029500.530.560.153.4461.6261.18
HexD9665F03538F33e3d
Octal331146137065701737675
Binary11011001110011010111110110101111000111111111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9665F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9665F; }

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

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

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

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

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

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

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

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