Html Css Color HEX #D56974 Froly

📋 copy color: '#D56974'

red 213 ◦ green 105 ◦ blue 116

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

Shades of Froly #D56974

Tints of Froly #D56974

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.19%

 BLUE value IS 116 (45.7% from 255) = 26.73%

R = 49.08%
G = 24.19%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D56974 (or 0xD56974) is known color: Froly. HEX triplet: D5, 69 and 74. RGB value is (213,105,116). Sum of RGB (Red+Green+Blue) = 213+105+116=434 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.08% from 434); Green value is 105 (41.41% from 255 or 24.19% from 434); Blue value is 116 (45.70% from 255 or 26.73% from 434); Max value from RGB is 213 - color contains mainly: red. Hex color #D56974 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56974 is #2A968B. Grayscale: #8A8A8A. Windows color (decimal): -2791052 or 7629269. OLE color: 7629269.

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

Color convert

RGB 213 105 116 -
CMYK 0 0.51 0.46 0.16
HSL 353.89º 0.56% 0.62% -
HSV(B) 353.89º 0.51% 0.84% -
XYZ 35.64 25.51 19.57 -
YUV 138.55 115.28 181.11 -
System Red Green Blue C M Y K H S L
Decimal 213 105 116 0 0.51 0.46 0.16 353.89 0.56 0.62
Hex D5 69 74 0 33 2E 10 162 38 3E
Octal 325 151 164 0 63 56 20 542 70 76
Binary 11010101 1101001 1110100 0 110011 101110 10000 101100010 111000 111110

Color Harmonies of #D56974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56974

Black with #D56974

Text Example


Text Example

White with #D56974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56974; }

 p { color: rgb(213,105,116); }

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

background-color css

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

 a { background-color: rgb(213,105,116); }

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

border-color css

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

 span { border-color: rgb(213,105,116); }

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