#D56E64

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

Shades of Roman #D56E64

Tints of Roman #D56E64

Color information

#D56E64 (or 0xD56E64) is unknown color: approx Roman. HEX triplet: D5, 6E and 64. RGB value is (213,110,100). Sum of RGB (Red+Green+Blue) = 213+110+100=423 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.35% from 423); Green value is 110 (43.36% from 255 or 26.00% from 423); Blue value is 100 (39.45% from 255 or 23.64% from 423); Max value from RGB is 213 - color contains mainly: red. Hex color #D56E64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56E64 is #2A919B. Grayscale: #8B8B8B. Windows color (decimal): -2789788 or 6581973. OLE color: 6581973.

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

Color convert

RGB213110100-
CMYK00.480.530.16
HSL5.31º57.36%61.37%-
HSV(B)5.31º53.05%83.53%-
XYZ35.3226.2215.26-
YUV139.66105.62180.31-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 50.35%
GREEN value IS 110 (43.36% from 255) = 26.00%
BLUE value IS 100 (39.45% from 255) = 23.64%
R=50.35%
G=26.00%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311010000.480.530.165.3157.3661.37
HexD56E6403035105393d
Octal325156144060652057175
Binary1101010111011101100100011000011010110000101111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56E64; }

 p { color: rgb(213,110,100); }

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

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

 a { background-color: rgb(213,110,100); }

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

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

 span { border-color: rgb(213,110,100); }

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