Html Css Color HEX #D9676E Froly

📋 copy color: '#D9676E'

red 217 ◦ green 103 ◦ blue 110

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

Shades of Froly #D9676E

Tints of Froly #D9676E

RGB

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

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

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

R = 50.47%
G = 23.95%
B = 25.58%

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

#D9676E (or 0xD9676E) is known color: Froly. HEX triplet: D9, 67 and 6E. RGB value is (217,103,110). Sum of RGB (Red+Green+Blue) = 217+103+110=430 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.47% from 430); Green value is 103 (40.62% from 255 or 23.95% from 430); Blue value is 110 (43.36% from 255 or 25.58% from 430); Max value from RGB is 217 - color contains mainly: red. Hex color #D9676E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9676E is #269891. Grayscale: #898989. Windows color (decimal): -2529426 or 7235545. OLE color: 7235545.

HSL color Cylindrical-coordinate representation of color #D9676E: hue angle of 356.32º 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 #D9676E is Cyan = 0, Magento = 0.53, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 103 110 -
CMYK 0 0.53 0.49 0.15
HSL 356.32º 0.6% 0.63% -
HSV(B) 356.32º 0.53% 0.85% -
XYZ 36.28 25.58 17.78 -
YUV 137.88 112.27 184.43 -
System Red Green Blue C M Y K H S L
Decimal 217 103 110 0 0.53 0.49 0.15 356.32 0.6 0.63
Hex D9 67 6E 0 35 31 F 164 3C 3F
Octal 331 147 156 0 65 61 17 544 74 77
Binary 11011001 1100111 1101110 0 110101 110001 1111 101100100 111100 111111

Color Harmonies of #D9676E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9676E

Black with #D9676E

Text Example


Text Example

White with #D9676E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9676E; }

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

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

background-color css

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

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

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

border-color css

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

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

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