Html Css Color HEX #D96266 Froly

📋 copy color: '#D96266'

red 217 ◦ green 98 ◦ blue 102

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

Shades of Froly #D96266

Tints of Froly #D96266

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.5%

 BLUE value IS 102 (40.23% from 255) = 24.46%

R = 52.04%
G = 23.5%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#D96266 (or 0xD96266) is known color: Froly. HEX triplet: D9, 62 and 66. RGB value is (217,98,102). Sum of RGB (Red+Green+Blue) = 217+98+102=417 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.04% from 417); Green value is 98 (38.67% from 255 or 23.50% from 417); Blue value is 102 (40.23% from 255 or 24.46% from 417); Max value from RGB is 217 - color contains mainly: red. Hex color #D96266 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96266 is #269D99. Grayscale: #868686. Windows color (decimal): -2530714 or 6709977. OLE color: 6709977.

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

Color convert

RGB 217 98 102 -
CMYK 0 0.55 0.53 0.15
HSL 357.98º 0.61% 0.62% -
HSV(B) 357.98º 0.55% 0.85% -
XYZ 35.38 24.45 15.42 -
YUV 134.04 109.92 187.17 -
System Red Green Blue C M Y K H S L
Decimal 217 98 102 0 0.55 0.53 0.15 357.98 0.61 0.62
Hex D9 62 66 0 37 35 F 166 3D 3E
Octal 331 142 146 0 67 65 17 546 75 76
Binary 11011001 1100010 1100110 0 110111 110101 1111 101100110 111101 111110

Color Harmonies of #D96266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96266

Black with #D96266

Text Example


Text Example

White with #D96266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96266; }

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

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

background-color css

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

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

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

border-color css

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

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

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