#D9675F

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

Shades of Roman #D9675F

Tints of Roman #D9675F

Color information

#D9675F (or 0xD9675F) is unknown color: approx Roman. HEX triplet: D9, 67 and 5F. RGB value is (217,103,95). Sum of RGB (Red+Green+Blue) = 217+103+95=415 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.29% from 415); Green value is 103 (40.62% from 255 or 24.82% from 415); Blue value is 95 (37.5% from 255 or 22.89% from 415); Max value from RGB is 217 - color contains mainly: red. Hex color #D9675F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9675F is #2698A0. Grayscale: #888888. Windows color (decimal): -2529441 or 6252505. OLE color: 6252505.

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

Color convert

RGB21710395-
CMYK00.530.560.15
HSL3.93º61.62%61.18%-
HSV(B)3.93º56.22%85.1%-
XYZ35.5325.2813.83-
YUV136.17104.77185.65-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 52.29%
GREEN value IS 103 (40.62% from 255) = 24.82%
BLUE value IS 95 (37.5% from 255) = 22.89%
R=52.29%
G=24.82%
B=22.89%

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
Decimal2171039500.530.560.153.9361.6261.18
HexD9675F03538F43e3d
Octal331147137065701747675
Binary110110011100111101111101101011110001111100111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9675F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9675F; }

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

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

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

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

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

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

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

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