#D56A61

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

Shades of Roman #D56A61

Tints of Roman #D56A61

Color information

#D56A61 (or 0xD56A61) is unknown color: approx Roman. HEX triplet: D5, 6A and 61. RGB value is (213,106,97). Sum of RGB (Red+Green+Blue) = 213+106+97=416 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.20% from 416); Green value is 106 (41.80% from 255 or 25.48% from 416); Blue value is 97 (38.28% from 255 or 23.32% from 416); Max value from RGB is 213 - color contains mainly: red. Hex color #D56A61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56A61 is #2A959E. Grayscale: #898989. Windows color (decimal): -2790815 or 6384341. OLE color: 6384341.

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

Color convert

RGB21310697-
CMYK00.500.540.16
HSL4.66º58%60.78%-
HSV(B)4.66º54.46%83.53%-
XYZ34.7525.3214.36-
YUV136.97105.45182.23-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 51.20%
GREEN value IS 106 (41.80% from 255) = 25.48%
BLUE value IS 97 (38.28% from 255) = 23.32%
R=51.20%
G=25.48%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131069700.500.540.164.665860.78
HexD56A61032361053a3d
Octal325152141062662057275
Binary1101010111010101100001011001011011010000101111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56A61; }

 p { color: rgb(213,106,97); }

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

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

 a { background-color: rgb(213,106,97); }

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

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

 span { border-color: rgb(213,106,97); }

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