Html Css Color HEX #D36672 Froly

📋 copy color: '#D36672'

red 211 ◦ green 102 ◦ blue 114

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

Shades of Froly #D36672

Tints of Froly #D36672

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.89%

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

R = 49.41%
G = 23.89%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.46

 K value IS 0.17

RGB Variations

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

Color information

#D36672 (or 0xD36672) is known color: Froly. HEX triplet: D3, 66 and 72. RGB value is (211,102,114). Sum of RGB (Red+Green+Blue) = 211+102+114=427 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.41% from 427); Green value is 102 (40.23% from 255 or 23.89% from 427); Blue value is 114 (44.92% from 255 or 26.70% from 427); Max value from RGB is 211 - color contains mainly: red. Hex color #D36672 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D36672 is #2C998D. Grayscale: #888888. Windows color (decimal): -2922894 or 7497427. OLE color: 7497427.

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

Color convert

RGB 211 102 114 -
CMYK 0 0.52 0.46 0.17
HSL 353.39º 0.55% 0.61% -
HSV(B) 353.39º 0.52% 0.83% -
XYZ 34.65 24.57 18.84 -
YUV 135.96 115.61 181.52 -
System Red Green Blue C M Y K H S L
Decimal 211 102 114 0 0.52 0.46 0.17 353.39 0.55 0.61
Hex D3 66 72 0 34 2E 11 161 37 3D
Octal 323 146 162 0 64 56 21 541 67 75
Binary 11010011 1100110 1110010 0 110100 101110 10001 101100001 110111 111101

Color Harmonies of #D36672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36672

Black with #D36672

Text Example


Text Example

White with #D36672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36672; }

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

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

background-color css

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

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

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

border-color css

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

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

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