Html Css Color HEX #D9656D Froly

📋 copy color: '#D9656D'

red 217 ◦ green 101 ◦ blue 109

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

Shades of Froly #D9656D

Tints of Froly #D9656D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.65%

 BLUE value IS 109 (42.97% from 255) = 25.53%

R = 50.82%
G = 23.65%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D9656D (or 0xD9656D) is known color: Froly. HEX triplet: D9, 65 and 6D. RGB value is (217,101,109). Sum of RGB (Red+Green+Blue) = 217+101+109=427 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.82% from 427); Green value is 101 (39.84% from 255 or 23.65% from 427); Blue value is 109 (42.97% from 255 or 25.53% from 427); Max value from RGB is 217 - color contains mainly: red. Hex color #D9656D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9656D is #269A92. Grayscale: #888888. Windows color (decimal): -2529939 or 7169497. OLE color: 7169497.

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

Color convert

RGB 217 101 109 -
CMYK 0 0.53 0.50 0.15
HSL 355.86º 0.6% 0.62% -
HSV(B) 355.86º 0.53% 0.85% -
XYZ 36.03 25.16 17.43 -
YUV 136.6 112.43 185.35 -
System Red Green Blue C M Y K H S L
Decimal 217 101 109 0 0.53 0.50 0.15 355.86 0.6 0.62
Hex D9 65 6D 0 35 32 F 164 3C 3E
Octal 331 145 155 0 65 62 17 544 74 76
Binary 11011001 1100101 1101101 0 110101 110010 1111 101100100 111100 111110

Color Harmonies of #D9656D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9656D

Black with #D9656D

Text Example


Text Example

White with #D9656D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9656D; }

 p { color: rgb(217,101,109); }

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

background-color css

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

 a { background-color: rgb(217,101,109); }

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

border-color css

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

 span { border-color: rgb(217,101,109); }

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