#D9645B

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

Shades of Roman #D9645B

Tints of Roman #D9645B

Color information

#D9645B (or 0xD9645B) is unknown color: approx Roman. HEX triplet: D9, 64 and 5B. RGB value is (217,100,91). Sum of RGB (Red+Green+Blue) = 217+100+91=408 (54% of max value = 765). Red value is 217 (85.16% from 255 or 53.19% from 408); Green value is 100 (39.45% from 255 or 24.51% from 408); Blue value is 91 (35.94% from 255 or 22.30% from 408); Max value from RGB is 217 - color contains mainly: red. Hex color #D9645B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9645B is #269BA4. Grayscale: #868686. Windows color (decimal): -2530213 or 5989593. OLE color: 5989593.

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

Color convert

RGB21710091-
CMYK00.540.580.15
HSL4.29º62.38%60.39%-
HSV(B)4.29º58.06%85.1%-
XYZ35.0624.6212.8-
YUV133.96103.76187.23-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 53.19%
GREEN value IS 100 (39.45% from 255) = 24.51%
BLUE value IS 91 (35.94% from 255) = 22.30%
R=53.19%
G=24.51%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.58
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171009100.540.580.154.2962.3860.39
HexD9645B0363AF43e3c
Octal331144133066721747674
Binary110110011100100101101101101101110101111100111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9645B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9645B; }

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

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

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

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

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

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

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

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