#D56A62

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

Shades of Roman #D56A62

Tints of Roman #D56A62

Color information

#D56A62 (or 0xD56A62) is unknown color: approx Roman. HEX triplet: D5, 6A and 62. RGB value is (213,106,98). Sum of RGB (Red+Green+Blue) = 213+106+98=417 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.08% from 417); Green value is 106 (41.80% from 255 or 25.42% from 417); Blue value is 98 (38.67% from 255 or 23.50% from 417); Max value from RGB is 213 - color contains mainly: red. Hex color #D56A62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56A62 is #2A959D. Grayscale: #898989. Windows color (decimal): -2790814 or 6449877. OLE color: 6449877.

HSL color Cylindrical-coordinate representation of color #D56A62: hue angle of 4.17º 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 #D56A62 is Cyan = 0, Magento = 0.50, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB21310698-
CMYK00.500.540.16
HSL4.17º57.79%60.98%-
HSV(B)4.17º53.99%83.53%-
XYZ34.825.3414.61-
YUV137.08105.95182.15-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 51.08%
GREEN value IS 106 (41.80% from 255) = 25.42%
BLUE value IS 98 (38.67% from 255) = 23.50%
R=51.08%
G=25.42%
B=23.50%

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
Decimal2131069800.500.540.164.1757.7960.98
HexD56A62032361043a3d
Octal325152142062662047275
Binary1101010111010101100010011001011011010000100111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56A62; }

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

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

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

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

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

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

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

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