Html Css Color HEX #D17B7C Froly

📋 copy color: '#D17B7C'

red 209 ◦ green 123 ◦ blue 124

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

Shades of Froly #D17B7C

Tints of Froly #D17B7C

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.97%

 BLUE value IS 124 (48.83% from 255) = 27.19%

R = 45.83%
G = 26.97%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D17B7C (or 0xD17B7C) is known color: Froly. HEX triplet: D1, 7B and 7C. RGB value is (209,123,124). Sum of RGB (Red+Green+Blue) = 209+123+124=456 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.83% from 456); Green value is 123 (48.44% from 255 or 26.97% from 456); Blue value is 124 (48.83% from 255 or 27.19% from 456); Max value from RGB is 209 - color contains mainly: red. Hex color #D17B7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17B7C is #2E8483. Grayscale: #949494. Windows color (decimal): -3048580 or 8158161. OLE color: 8158161.

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

Color convert

RGB 209 123 124 -
CMYK 0 0.41 0.41 0.18
HSL 359.3º 0.48% 0.65% -
HSV(B) 359.3º 0.41% 0.82% -
XYZ 37.02 29.18 22.75 -
YUV 148.83 113.99 170.92 -
System Red Green Blue C M Y K H S L
Decimal 209 123 124 0 0.41 0.41 0.18 359.3 0.48 0.65
Hex D1 7B 7C 0 29 29 12 167 30 41
Octal 321 173 174 0 51 51 22 547 60 101
Binary 11010001 1111011 1111100 0 101001 101001 10010 101100111 110000 1000001

Color Harmonies of #D17B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17B7C

Black with #D17B7C

Text Example


Text Example

White with #D17B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17B7C; }

 p { color: rgb(209,123,124); }

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

background-color css

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

 a { background-color: rgb(209,123,124); }

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

border-color css

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

 span { border-color: rgb(209,123,124); }

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