Html Css Color HEX #D16A6B Froly

📋 copy color: '#D16A6B'

red 209 ◦ green 106 ◦ blue 107

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

Shades of Froly #D16A6B

Tints of Froly #D16A6B

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.12%

 BLUE value IS 107 (42.19% from 255) = 25.36%

R = 49.53%
G = 25.12%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D16A6B (or 0xD16A6B) is known color: Froly. HEX triplet: D1, 6A and 6B. RGB value is (209,106,107). Sum of RGB (Red+Green+Blue) = 209+106+107=422 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.53% from 422); Green value is 106 (41.80% from 255 or 25.12% from 422); Blue value is 107 (42.19% from 255 or 25.36% from 422); Max value from RGB is 209 - color contains mainly: red. Hex color #D16A6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16A6B is #2E9594. Grayscale: #898989. Windows color (decimal): -3052949 or 7039697. OLE color: 7039697.

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

Color convert

RGB 209 106 107 -
CMYK 0 0.49 0.49 0.18
HSL 359.42º 0.53% 0.62% -
HSV(B) 359.42º 0.49% 0.82% -
XYZ 34.1 24.92 16.92 -
YUV 136.91 111.12 179.42 -
System Red Green Blue C M Y K H S L
Decimal 209 106 107 0 0.49 0.49 0.18 359.42 0.53 0.62
Hex D1 6A 6B 0 31 31 12 167 35 3E
Octal 321 152 153 0 61 61 22 547 65 76
Binary 11010001 1101010 1101011 0 110001 110001 10010 101100111 110101 111110

Color Harmonies of #D16A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16A6B

Black with #D16A6B

Text Example


Text Example

White with #D16A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16A6B; }

 p { color: rgb(209,106,107); }

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

background-color css

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

 a { background-color: rgb(209,106,107); }

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

border-color css

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

 span { border-color: rgb(209,106,107); }

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