Html Css Color HEX #D9656A Froly

📋 copy color: '#D9656A'

red 217 ◦ green 101 ◦ blue 106

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

Shades of Froly #D9656A

Tints of Froly #D9656A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 25%

R = 51.18%
G = 23.82%
B = 25%

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

#D9656A (or 0xD9656A) is known color: Froly. HEX triplet: D9, 65 and 6A. RGB value is (217,101,106). Sum of RGB (Red+Green+Blue) = 217+101+106=424 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.18% from 424); Green value is 101 (39.84% from 255 or 23.82% from 424); Blue value is 106 (41.80% from 255 or 25% from 424); Max value from RGB is 217 - color contains mainly: red. Hex color #D9656A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9656A is #269A95. Grayscale: #888888. Windows color (decimal): -2529942 or 6972889. OLE color: 6972889.

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

Color convert

RGB 217 101 106 -
CMYK 0 0.53 0.51 0.15
HSL 357.41º 0.6% 0.62% -
HSV(B) 357.41º 0.53% 0.85% -
XYZ 35.87 25.1 16.59 -
YUV 136.25 110.93 185.59 -
System Red Green Blue C M Y K H S L
Decimal 217 101 106 0 0.53 0.51 0.15 357.41 0.6 0.62
Hex D9 65 6A 0 35 33 F 165 3C 3E
Octal 331 145 152 0 65 63 17 545 74 76
Binary 11011001 1100101 1101010 0 110101 110011 1111 101100101 111100 111110

Color Harmonies of #D9656A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9656A

Black with #D9656A

Text Example


Text Example

White with #D9656A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9656A; }

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

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

background-color css

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

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

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

border-color css

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

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

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