Html Css Color HEX #D56C6E Froly

📋 copy color: '#D56C6E'

red 213 ◦ green 108 ◦ blue 110

#D56C6E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Froly #D56C6E

Tints of Froly #D56C6E

RGB

 RED value IS 213 (83.59% from 255) = 49.42%

 GREEN value IS 108 (42.58% from 255) = 25.06%

 BLUE value IS 110 (43.36% from 255) = 25.52%

R = 49.42%
G = 25.06%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D56C6E (or 0xD56C6E) is known color: Froly. HEX triplet: D5, 6C and 6E. RGB value is (213,108,110). Sum of RGB (Red+Green+Blue) = 213+108+110=431 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.42% from 431); Green value is 108 (42.58% from 255 or 25.06% from 431); Blue value is 110 (43.36% from 255 or 25.52% from 431); Max value from RGB is 213 - color contains mainly: red. Hex color #D56C6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56C6E is #2A9391. Grayscale: #8B8B8B. Windows color (decimal): -2790290 or 7236821. OLE color: 7236821.

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

Color convert

RGB 213 108 110 -
CMYK 0 0.49 0.48 0.16
HSL 358.86º 0.56% 0.63% -
HSV(B) 358.86º 0.49% 0.84% -
XYZ 35.62 26 17.89 -
YUV 139.62 111.29 180.34 -
System Red Green Blue C M Y K H S L
Decimal 213 108 110 0 0.49 0.48 0.16 358.86 0.56 0.63
Hex D5 6C 6E 0 31 30 10 167 38 3F
Octal 325 154 156 0 61 60 20 547 70 77
Binary 11010101 1101100 1101110 0 110001 110000 10000 101100111 111000 111111

Color Harmonies of #D56C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56C6E

Black with #D56C6E

Text Example


Text Example

White with #D56C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56C6E; }

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

 H1.HeaderClassName
 {
   color: #D56C6E;
 }
 .AnyTagClassName
 {
   color: #D56C6E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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