Html Css Color HEX #D16D70 Froly

📋 copy color: '#D16D70'

red 209 ◦ green 109 ◦ blue 112

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

Shades of Froly #D16D70

Tints of Froly #D16D70

RGB

 RED value IS 209 (82.03% from 255) = 48.6%

 GREEN value IS 109 (42.97% from 255) = 25.35%

 BLUE value IS 112 (44.14% from 255) = 26.05%

R = 48.6%
G = 25.35%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D16D70 (or 0xD16D70) is known color: Froly. HEX triplet: D1, 6D and 70. RGB value is (209,109,112). Sum of RGB (Red+Green+Blue) = 209+109+112=430 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.60% from 430); Green value is 109 (42.97% from 255 or 25.35% from 430); Blue value is 112 (44.14% from 255 or 26.05% from 430); Max value from RGB is 209 - color contains mainly: red. Hex color #D16D70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16D70 is #2E928F. Grayscale: #8B8B8B. Windows color (decimal): -3052176 or 7368145. OLE color: 7368145.

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

Color convert

RGB 209 109 112 -
CMYK 0 0.48 0.46 0.18
HSL 358.2º 0.52% 0.62% -
HSV(B) 358.2º 0.48% 0.82% -
XYZ 34.69 25.66 18.45 -
YUV 139.24 112.63 177.76 -
System Red Green Blue C M Y K H S L
Decimal 209 109 112 0 0.48 0.46 0.18 358.2 0.52 0.62
Hex D1 6D 70 0 30 2E 12 166 34 3E
Octal 321 155 160 0 60 56 22 546 64 76
Binary 11010001 1101101 1110000 0 110000 101110 10010 101100110 110100 111110

Color Harmonies of #D16D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16D70

Black with #D16D70

Text Example


Text Example

White with #D16D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16D70; }

 p { color: rgb(209,109,112); }

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

background-color css

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

 a { background-color: rgb(209,109,112); }

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

border-color css

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

 span { border-color: rgb(209,109,112); }

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