Html Css Color HEX #D36874 Froly

📋 copy color: '#D36874'

red 211 ◦ green 104 ◦ blue 116

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

Shades of Froly #D36874

Tints of Froly #D36874

RGB

 RED value IS 211 (82.81% from 255) = 48.96%

 GREEN value IS 104 (41.02% from 255) = 24.13%

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

R = 48.96%
G = 24.13%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#D36874 (or 0xD36874) is known color: Froly. HEX triplet: D3, 68 and 74. RGB value is (211,104,116). Sum of RGB (Red+Green+Blue) = 211+104+116=431 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.96% from 431); Green value is 104 (41.02% from 255 or 24.13% from 431); Blue value is 116 (45.70% from 255 or 26.91% from 431); Max value from RGB is 211 - color contains mainly: red. Hex color #D36874 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D36874 is #2C978B. Grayscale: #898989. Windows color (decimal): -2922380 or 7629011. OLE color: 7629011.

HSL color Cylindrical-coordinate representation of color #D36874: hue angle of 353.27º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D36874 is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 104 116 -
CMYK 0 0.51 0.45 0.17
HSL 353.27º 0.55% 0.62% -
HSV(B) 353.27º 0.51% 0.83% -
XYZ 34.97 25.01 19.51 -
YUV 137.36 115.95 180.52 -
System Red Green Blue C M Y K H S L
Decimal 211 104 116 0 0.51 0.45 0.17 353.27 0.55 0.62
Hex D3 68 74 0 33 2D 11 161 37 3E
Octal 323 150 164 0 63 55 21 541 67 76
Binary 11010011 1101000 1110100 0 110011 101101 10001 101100001 110111 111110

Color Harmonies of #D36874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36874

Black with #D36874

Text Example


Text Example

White with #D36874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36874; }

 p { color: rgb(211,104,116); }

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

background-color css

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

 a { background-color: rgb(211,104,116); }

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

border-color css

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

 span { border-color: rgb(211,104,116); }

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