#D56C5F

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

Shades of Roman #D56C5F

Tints of Roman #D56C5F

Color information

#D56C5F (or 0xD56C5F) is unknown color: approx Roman. HEX triplet: D5, 6C and 5F. RGB value is (213,108,95). Sum of RGB (Red+Green+Blue) = 213+108+95=416 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.20% from 416); Green value is 108 (42.58% from 255 or 25.96% from 416); Blue value is 95 (37.5% from 255 or 22.84% from 416); Max value from RGB is 213 - color contains mainly: red. Hex color #D56C5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56C5F is #2A93A0. Grayscale: #8A8A8A. Windows color (decimal): -2790305 or 6253781. OLE color: 6253781.

HSL color Cylindrical-coordinate representation of color #D56C5F: hue angle of 6.61º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D56C5F is Cyan = 0, Magento = 0.49, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB21310895-
CMYK00.490.550.16
HSL6.61º58.42%60.39%-
HSV(B)6.61º55.4%83.53%-
XYZ34.8725.713.95-
YUV137.91103.79181.56-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 51.20%
GREEN value IS 108 (42.58% from 255) = 25.96%
BLUE value IS 95 (37.5% from 255) = 22.84%
R=51.20%
G=25.96%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131089500.490.550.166.6158.4260.39
HexD56C5F031371073a3c
Octal325154137061672077274
Binary1101010111011001011111011000111011110000111111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56C5F; }

 p { color: rgb(213,108,95); }

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

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

 a { background-color: rgb(213,108,95); }

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

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

 span { border-color: rgb(213,108,95); }

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