Html Css Color HEX #D6707A Froly

📋 copy color: '#D6707A'

red 214 ◦ green 112 ◦ blue 122

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

Shades of Froly #D6707A

Tints of Froly #D6707A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25%

 BLUE value IS 122 (48.05% from 255) = 27.23%

R = 47.77%
G = 25%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D6707A (or 0xD6707A) is known color: Froly. HEX triplet: D6, 70 and 7A. RGB value is (214,112,122). Sum of RGB (Red+Green+Blue) = 214+112+122=448 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.77% from 448); Green value is 112 (44.14% from 255 or 25% from 448); Blue value is 122 (48.05% from 255 or 27.23% from 448); Max value from RGB is 214 - color contains mainly: red. Hex color #D6707A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6707A is #298F85. Grayscale: #8F8F8F. Windows color (decimal): -2723718 or 8024278. OLE color: 8024278.

HSL color Cylindrical-coordinate representation of color #D6707A: hue angle of 354.12º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D6707A is Cyan = 0, Magento = 0.48, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 112 122 -
CMYK 0 0.48 0.43 0.16
HSL 354.12º 0.55% 0.64% -
HSV(B) 354.12º 0.48% 0.84% -
XYZ 37.04 27.29 21.73 -
YUV 143.64 115.79 178.19 -
System Red Green Blue C M Y K H S L
Decimal 214 112 122 0 0.48 0.43 0.16 354.12 0.55 0.64
Hex D6 70 7A 0 30 2B 10 162 37 40
Octal 326 160 172 0 60 53 20 542 67 100
Binary 11010110 1110000 1111010 0 110000 101011 10000 101100010 110111 1000000

Color Harmonies of #D6707A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6707A

Black with #D6707A

Text Example


Text Example

White with #D6707A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6707A; }

 p { color: rgb(214,112,122); }

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

background-color css

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

 a { background-color: rgb(214,112,122); }

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

border-color css

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

 span { border-color: rgb(214,112,122); }

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