#D56A67

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

Shades of Roman #D56A67

Tints of Roman #D56A67

Color information

#D56A67 (or 0xD56A67) is unknown color: approx Roman. HEX triplet: D5, 6A and 67. RGB value is (213,106,103). Sum of RGB (Red+Green+Blue) = 213+106+103=422 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.47% from 422); Green value is 106 (41.80% from 255 or 25.12% from 422); Blue value is 103 (40.62% from 255 or 24.41% from 422); Max value from RGB is 213 - color contains mainly: red. Hex color #D56A67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56A67 is #2A9598. Grayscale: #898989. Windows color (decimal): -2790809 or 6777557. OLE color: 6777557.

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

Color convert

RGB213106103-
CMYK00.500.520.16
HSL1.64º56.7%61.96%-
HSV(B)1.64º51.64%83.53%-
XYZ35.0425.4315.89-
YUV137.65108.45181.74-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 50.47%
GREEN value IS 106 (41.80% from 255) = 25.12%
BLUE value IS 103 (40.62% from 255) = 24.41%
R=50.47%
G=25.12%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310610300.500.520.161.6456.761.96
HexD56A6703234102393e
Octal325152147062642027176
Binary110101011101010110011101100101101001000010111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56A67; }

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

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

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

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

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

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

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

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