Html Css Color HEX #D66774 Froly

📋 copy color: '#D66774'

red 214 ◦ green 103 ◦ blue 116

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

Shades of Froly #D66774

Tints of Froly #D66774

RGB

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

 GREEN value IS 103 (40.63% from 255) = 23.79%

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

R = 49.42%
G = 23.79%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D66774 (or 0xD66774) is known color: Froly. HEX triplet: D6, 67 and 74. RGB value is (214,103,116). Sum of RGB (Red+Green+Blue) = 214+103+116=433 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.42% from 433); Green value is 103 (40.62% from 255 or 23.79% from 433); Blue value is 116 (45.70% from 255 or 26.79% from 433); Max value from RGB is 214 - color contains mainly: red. Hex color #D66774 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66774 is #29988B. Grayscale: #898989. Windows color (decimal): -2726028 or 7628758. OLE color: 7628758.

HSL color Cylindrical-coordinate representation of color #D66774: hue angle of 352.97º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D66774 is Cyan = 0, Magento = 0.52, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 103 116 -
CMYK 0 0.52 0.46 0.16
HSL 352.97º 0.58% 0.62% -
HSV(B) 352.97º 0.52% 0.84% -
XYZ 35.73 25.26 19.51 -
YUV 137.67 115.77 182.44 -
System Red Green Blue C M Y K H S L
Decimal 214 103 116 0 0.52 0.46 0.16 352.97 0.58 0.62
Hex D6 67 74 0 34 2E 10 161 3A 3E
Octal 326 147 164 0 64 56 20 541 72 76
Binary 11010110 1100111 1110100 0 110100 101110 10000 101100001 111010 111110

Color Harmonies of #D66774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66774

Black with #D66774

Text Example


Text Example

White with #D66774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66774; }

 p { color: rgb(214,103,116); }

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

background-color css

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

 a { background-color: rgb(214,103,116); }

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

border-color css

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

 span { border-color: rgb(214,103,116); }

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