Html Css Color HEX #D66876 Froly

📋 copy color: '#D66876'

red 214 ◦ green 104 ◦ blue 118

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

Shades of Froly #D66876

Tints of Froly #D66876

RGB

 RED value IS 214 (83.98% from 255) = 49.08%

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

 BLUE value IS 118 (46.48% from 255) = 27.06%

R = 49.08%
G = 23.85%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D66876 (or 0xD66876) is known color: Froly. HEX triplet: D6, 68 and 76. RGB value is (214,104,118). Sum of RGB (Red+Green+Blue) = 214+104+118=436 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.08% from 436); Green value is 104 (41.02% from 255 or 23.85% from 436); Blue value is 118 (46.48% from 255 or 27.06% from 436); Max value from RGB is 214 - color contains mainly: red. Hex color #D66876 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66876 is #299789. Grayscale: #8A8A8A. Windows color (decimal): -2725770 or 7760086. OLE color: 7760086.

HSL color Cylindrical-coordinate representation of color #D66876: hue angle of 352.36º degrees, saturation: 0.57, 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 #D66876 is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 104 118 -
CMYK 0 0.51 0.45 0.16
HSL 352.36º 0.57% 0.62% -
HSV(B) 352.36º 0.51% 0.84% -
XYZ 35.95 25.5 20.17 -
YUV 138.49 116.44 181.86 -
System Red Green Blue C M Y K H S L
Decimal 214 104 118 0 0.51 0.45 0.16 352.36 0.57 0.62
Hex D6 68 76 0 33 2D 10 160 39 3E
Octal 326 150 166 0 63 55 20 540 71 76
Binary 11010110 1101000 1110110 0 110011 101101 10000 101100000 111001 111110

Color Harmonies of #D66876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66876

Black with #D66876

Text Example


Text Example

White with #D66876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66876; }

 p { color: rgb(214,104,118); }

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

background-color css

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

 a { background-color: rgb(214,104,118); }

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

border-color css

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

 span { border-color: rgb(214,104,118); }

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