Html Css Color HEX #D96246 Flamingo

📋 copy color: '#D96246'

red 217 ◦ green 98 ◦ blue 70

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

Shades of Flamingo #D96246

Tints of Flamingo #D96246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 18.18%

R = 56.36%
G = 25.45%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#D96246 (or 0xD96246) is known color: Flamingo. HEX triplet: D9, 62 and 46. RGB value is (217,98,70). Sum of RGB (Red+Green+Blue) = 217+98+70=385 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.36% from 385); Green value is 98 (38.67% from 255 or 25.45% from 385); Blue value is 70 (27.73% from 255 or 18.18% from 385); Max value from RGB is 217 - color contains mainly: red. Hex color #D96246 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96246 is #269DB9. Grayscale: #828282. Windows color (decimal): -2530746 or 4612825. OLE color: 4612825.

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

Color convert

RGB 217 98 70 -
CMYK 0 0.55 0.68 0.15
HSL 11.43º 0.66% 0.56% -
HSV(B) 11.43º 0.68% 0.85% -
XYZ 34.09 23.93 8.62 -
YUV 130.39 93.92 189.78 -
System Red Green Blue C M Y K H S L
Decimal 217 98 70 0 0.55 0.68 0.15 11.43 0.66 0.56
Hex D9 62 46 0 37 44 F B 42 38
Octal 331 142 106 0 67 104 17 13 102 70
Binary 11011001 1100010 1000110 0 110111 1000100 1111 1011 1000010 111000

Color Harmonies of #D96246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96246

Black with #D96246

Text Example


Text Example

White with #D96246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96246; }

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

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

background-color css

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

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

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

border-color css

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

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

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