#d8675f

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

Shades of Roman #D8675F

Tints of Roman #D8675F

Color information

#D8675F (or 0xD8675F) is unknown color: approx Roman. HEX triplet: D8, 67 and 5F. RGB value is (216,103,95). Sum of RGB (Red+Green+Blue) = 216+103+95=414 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.17% from 414); Green value is 103 (40.62% from 255 or 24.88% from 414); Blue value is 95 (37.5% from 255 or 22.95% from 414); Max value from RGB is 216 - color contains mainly: red. Hex color #D8675F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8675F is #2798A0. Grayscale: #888888. Windows color (decimal): -2594977 or 6252504. OLE color: 6252504.

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

Color convert

RGB21610395-
CMYK00.520.560.15
HSL3.97º60.8%60.98%-
HSV(B)3.97º56.02%84.71%-
XYZ35.2325.1313.82-
YUV135.88104.94185.15-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 52.17%
GREEN value IS 103 (40.62% from 255) = 24.88%
BLUE value IS 95 (37.5% from 255) = 22.95%
R=52.17%
G=24.88%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161039500.520.560.153.9760.860.98
HexD8675F03438F43d3d
Octal330147137064701747575
Binary110110001100111101111101101001110001111100111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d8675f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d8675f; }

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

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

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

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

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

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

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

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