#D8655C

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

Shades of Roman #D8655C

Tints of Roman #D8655C

Color information

#D8655C (or 0xD8655C) is unknown color: approx Roman. HEX triplet: D8, 65 and 5C. RGB value is (216,101,92). Sum of RGB (Red+Green+Blue) = 216+101+92=409 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.81% from 409); Green value is 101 (39.84% from 255 or 24.69% from 409); Blue value is 92 (36.33% from 255 or 22.49% from 409); Max value from RGB is 216 - color contains mainly: red. Hex color #D8655C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8655C is #279AA3. Grayscale: #868686. Windows color (decimal): -2595492 or 6055384. OLE color: 6055384.

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

Color convert

RGB21610192-
CMYK00.530.570.15
HSL4.35º61.39%60.39%-
HSV(B)4.35º57.41%84.71%-
XYZ34.924.6813.05-
YUV134.36104.1186.23-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 52.81%
GREEN value IS 101 (39.84% from 255) = 24.69%
BLUE value IS 92 (36.33% from 255) = 22.49%
R=52.81%
G=24.69%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161019200.530.570.154.3561.3960.39
HexD8655C03539F43d3c
Octal330145134065711747574
Binary110110001100101101110001101011110011111100111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8655C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8655C; }

 p { color: rgb(216,101,92); }

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

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

 a { background-color: rgb(216,101,92); }

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

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

 span { border-color: rgb(216,101,92); }

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