Html Css Color HEX #D9666D Froly

📋 copy color: '#D9666D'

red 217 ◦ green 102 ◦ blue 109

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

Shades of Froly #D9666D

Tints of Froly #D9666D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.83%

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

R = 50.7%
G = 23.83%
B = 25.47%

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

#D9666D (or 0xD9666D) is known color: Froly. HEX triplet: D9, 66 and 6D. RGB value is (217,102,109). Sum of RGB (Red+Green+Blue) = 217+102+109=428 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.70% from 428); Green value is 102 (40.23% from 255 or 23.83% from 428); Blue value is 109 (42.97% from 255 or 25.47% from 428); Max value from RGB is 217 - color contains mainly: red. Hex color #D9666D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9666D is #269992. Grayscale: #898989. Windows color (decimal): -2529683 or 7169753. OLE color: 7169753.

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

Color convert

RGB 217 102 109 -
CMYK 0 0.53 0.50 0.15
HSL 356.35º 0.6% 0.63% -
HSV(B) 356.35º 0.53% 0.85% -
XYZ 36.13 25.36 17.46 -
YUV 137.18 112.1 184.93 -
System Red Green Blue C M Y K H S L
Decimal 217 102 109 0 0.53 0.50 0.15 356.35 0.6 0.63
Hex D9 66 6D 0 35 32 F 164 3C 3F
Octal 331 146 155 0 65 62 17 544 74 77
Binary 11011001 1100110 1101101 0 110101 110010 1111 101100100 111100 111111

Color Harmonies of #D9666D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9666D

Black with #D9666D

Text Example


Text Example

White with #D9666D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9666D; }

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

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

background-color css

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

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

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

border-color css

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

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

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