Html Css Color HEX #D36470 Froly

📋 copy color: '#D36470'

red 211 ◦ green 100 ◦ blue 112

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

Shades of Froly #D36470

Tints of Froly #D36470

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.64%

 BLUE value IS 112 (44.14% from 255) = 26.48%

R = 49.88%
G = 23.64%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.47

 K value IS 0.17

RGB Variations

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

Color information

#D36470 (or 0xD36470) is known color: Froly. HEX triplet: D3, 64 and 70. RGB value is (211,100,112). Sum of RGB (Red+Green+Blue) = 211+100+112=423 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.88% from 423); Green value is 100 (39.45% from 255 or 23.64% from 423); Blue value is 112 (44.14% from 255 or 26.48% from 423); Max value from RGB is 211 - color contains mainly: red. Hex color #D36470 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D36470 is #2C9B8F. Grayscale: #868686. Windows color (decimal): -2923408 or 7365843. OLE color: 7365843.

HSL color Cylindrical-coordinate representation of color #D36470: hue angle of 353.51º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D36470 is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 100 112 -
CMYK 0 0.53 0.47 0.17
HSL 353.51º 0.56% 0.61% -
HSV(B) 353.51º 0.53% 0.83% -
XYZ 34.35 24.13 18.18 -
YUV 134.56 115.27 182.52 -
System Red Green Blue C M Y K H S L
Decimal 211 100 112 0 0.53 0.47 0.17 353.51 0.56 0.61
Hex D3 64 70 0 35 2F 11 162 38 3D
Octal 323 144 160 0 65 57 21 542 70 75
Binary 11010011 1100100 1110000 0 110101 101111 10001 101100010 111000 111101

Color Harmonies of #D36470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36470

Black with #D36470

Text Example


Text Example

White with #D36470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36470; }

 p { color: rgb(211,100,112); }

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

background-color css

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

 a { background-color: rgb(211,100,112); }

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

border-color css

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

 span { border-color: rgb(211,100,112); }

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