#D56F67

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

Shades of Roman #D56F67

Tints of Roman #D56F67

Color information

#D56F67 (or 0xD56F67) is unknown color: approx Roman. HEX triplet: D5, 6F and 67. RGB value is (213,111,103). Sum of RGB (Red+Green+Blue) = 213+111+103=427 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.88% from 427); Green value is 111 (43.75% from 255 or 26.00% from 427); Blue value is 103 (40.62% from 255 or 24.12% from 427); Max value from RGB is 213 - color contains mainly: red. Hex color #D56F67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56F67 is #2A9098. Grayscale: #8C8C8C. Windows color (decimal): -2789529 or 6778837. OLE color: 6778837.

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

Color convert

RGB213111103-
CMYK00.480.520.16
HSL4.36º56.7%61.96%-
HSV(B)4.36º51.64%83.53%-
XYZ35.5726.4916.07-
YUV140.59106.79179.65-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 49.88%
GREEN value IS 111 (43.75% from 255) = 26.00%
BLUE value IS 103 (40.62% from 255) = 24.12%
R=49.88%
G=26.00%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311110300.480.520.164.3656.761.96
HexD56F6703034104393e
Octal325157147060642047176
Binary1101010111011111100111011000011010010000100111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56F67; }

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

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

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

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

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

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

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

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