Html Css Color HEX #D1676E Froly

📋 copy color: '#D1676E'

red 209 ◦ green 103 ◦ blue 110

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

Shades of Froly #D1676E

Tints of Froly #D1676E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 26.07%

R = 49.53%
G = 24.41%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D1676E (or 0xD1676E) is known color: Froly. HEX triplet: D1, 67 and 6E. RGB value is (209,103,110). Sum of RGB (Red+Green+Blue) = 209+103+110=422 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.53% from 422); Green value is 103 (40.62% from 255 or 24.41% from 422); Blue value is 110 (43.36% from 255 or 26.07% from 422); Max value from RGB is 209 - color contains mainly: red. Hex color #D1676E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1676E is #2E9891. Grayscale: #878787. Windows color (decimal): -3053714 or 7235537. OLE color: 7235537.

HSL color Cylindrical-coordinate representation of color #D1676E: hue angle of 356.04º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D1676E is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 103 110 -
CMYK 0 0.51 0.47 0.18
HSL 356.04º 0.54% 0.61% -
HSV(B) 356.04º 0.51% 0.82% -
XYZ 33.96 24.38 17.67 -
YUV 135.49 113.62 180.43 -
System Red Green Blue C M Y K H S L
Decimal 209 103 110 0 0.51 0.47 0.18 356.04 0.54 0.61
Hex D1 67 6E 0 33 2F 12 164 36 3D
Octal 321 147 156 0 63 57 22 544 66 75
Binary 11010001 1100111 1101110 0 110011 101111 10010 101100100 110110 111101

Color Harmonies of #D1676E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1676E

Black with #D1676E

Text Example


Text Example

White with #D1676E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1676E; }

 p { color: rgb(209,103,110); }

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

background-color css

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

 a { background-color: rgb(209,103,110); }

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

border-color css

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

 span { border-color: rgb(209,103,110); }

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