Html Css Color HEX #D9676B Froly

📋 copy color: '#D9676B'

red 217 ◦ green 103 ◦ blue 107

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

Shades of Froly #D9676B

Tints of Froly #D9676B

RGB

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

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

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

R = 50.82%
G = 24.12%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#D9676B (or 0xD9676B) is known color: Froly. HEX triplet: D9, 67 and 6B. RGB value is (217,103,107). Sum of RGB (Red+Green+Blue) = 217+103+107=427 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.82% from 427); Green value is 103 (40.62% from 255 or 24.12% from 427); Blue value is 107 (42.19% from 255 or 25.06% from 427); Max value from RGB is 217 - color contains mainly: red. Hex color #D9676B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9676B is #269894. Grayscale: #898989. Windows color (decimal): -2529429 or 7038937. OLE color: 7038937.

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

Color convert

RGB 217 103 107 -
CMYK 0 0.53 0.51 0.15
HSL 357.89º 0.6% 0.63% -
HSV(B) 357.89º 0.53% 0.85% -
XYZ 36.12 25.51 16.93 -
YUV 137.54 110.77 184.67 -
System Red Green Blue C M Y K H S L
Decimal 217 103 107 0 0.53 0.51 0.15 357.89 0.6 0.63
Hex D9 67 6B 0 35 33 F 166 3C 3F
Octal 331 147 153 0 65 63 17 546 74 77
Binary 11011001 1100111 1101011 0 110101 110011 1111 101100110 111100 111111

Color Harmonies of #D9676B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9676B

Black with #D9676B

Text Example


Text Example

White with #D9676B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9676B; }

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

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

background-color css

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

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

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

border-color css

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

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

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