Html Css Color HEX #D36972 Froly

📋 copy color: '#D36972'

red 211 ◦ green 105 ◦ blue 114

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

Shades of Froly #D36972

Tints of Froly #D36972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 26.51%

R = 49.07%
G = 24.42%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.46

 K value IS 0.17

RGB Variations

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

Color information

#D36972 (or 0xD36972) is known color: Froly. HEX triplet: D3, 69 and 72. RGB value is (211,105,114). Sum of RGB (Red+Green+Blue) = 211+105+114=430 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.07% from 430); Green value is 105 (41.41% from 255 or 24.42% from 430); Blue value is 114 (44.92% from 255 or 26.51% from 430); Max value from RGB is 211 - color contains mainly: red. Hex color #D36972 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D36972 is #2C968D. Grayscale: #898989. Windows color (decimal): -2922126 or 7498195. OLE color: 7498195.

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

Color convert

RGB 211 105 114 -
CMYK 0 0.50 0.46 0.17
HSL 354.91º 0.55% 0.62% -
HSV(B) 354.91º 0.5% 0.83% -
XYZ 34.95 25.17 18.94 -
YUV 137.72 114.62 180.27 -
System Red Green Blue C M Y K H S L
Decimal 211 105 114 0 0.50 0.46 0.17 354.91 0.55 0.62
Hex D3 69 72 0 32 2E 11 163 37 3E
Octal 323 151 162 0 62 56 21 543 67 76
Binary 11010011 1101001 1110010 0 110010 101110 10001 101100011 110111 111110

Color Harmonies of #D36972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36972

Black with #D36972

Text Example


Text Example

White with #D36972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36972; }

 p { color: rgb(211,105,114); }

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

background-color css

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

 a { background-color: rgb(211,105,114); }

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

border-color css

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

 span { border-color: rgb(211,105,114); }

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