Html Css Color HEX #D9676F Froly

📋 copy color: '#D9676F'

red 217 ◦ green 103 ◦ blue 111

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

Shades of Froly #D9676F

Tints of Froly #D9676F

RGB

 RED value IS 217 (85.16% from 255) = 50.35%

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

 BLUE value IS 111 (43.75% from 255) = 25.75%

R = 50.35%
G = 23.9%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D9676F (or 0xD9676F) is known color: Froly. HEX triplet: D9, 67 and 6F. RGB value is (217,103,111). Sum of RGB (Red+Green+Blue) = 217+103+111=431 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.35% from 431); Green value is 103 (40.62% from 255 or 23.90% from 431); Blue value is 111 (43.75% from 255 or 25.75% from 431); Max value from RGB is 217 - color contains mainly: red. Hex color #D9676F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9676F is #269890. Grayscale: #8A8A8A. Windows color (decimal): -2529425 or 7301081. OLE color: 7301081.

HSL color Cylindrical-coordinate representation of color #D9676F: hue angle of 355.79º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D9676F is Cyan = 0, Magento = 0.53, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 103 111 -
CMYK 0 0.53 0.49 0.15
HSL 355.79º 0.6% 0.63% -
HSV(B) 355.79º 0.53% 0.85% -
XYZ 36.33 25.6 18.07 -
YUV 138 112.77 184.35 -
System Red Green Blue C M Y K H S L
Decimal 217 103 111 0 0.53 0.49 0.15 355.79 0.6 0.63
Hex D9 67 6F 0 35 31 F 164 3C 3F
Octal 331 147 157 0 65 61 17 544 74 77
Binary 11011001 1100111 1101111 0 110101 110001 1111 101100100 111100 111111

Color Harmonies of #D9676F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9676F

Black with #D9676F

Text Example


Text Example

White with #D9676F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9676F; }

 p { color: rgb(217,103,111); }

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

background-color css

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

 a { background-color: rgb(217,103,111); }

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

border-color css

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

 span { border-color: rgb(217,103,111); }

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