Html Css Color HEX #D96247 Flamingo

📋 copy color: '#D96247'

red 217 ◦ green 98 ◦ blue 71

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

Shades of Flamingo #D96247

Tints of Flamingo #D96247

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 18.39%

R = 56.22%
G = 25.39%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D96247 (or 0xD96247) is known color: Flamingo. HEX triplet: D9, 62 and 47. RGB value is (217,98,71). Sum of RGB (Red+Green+Blue) = 217+98+71=386 (51% of max value = 765). Red value is 217 (85.16% from 255 or 56.22% from 386); Green value is 98 (38.67% from 255 or 25.39% from 386); Blue value is 71 (28.12% from 255 or 18.39% from 386); Max value from RGB is 217 - color contains mainly: red. Hex color #D96247 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96247 is #269DB8. Grayscale: #828282. Windows color (decimal): -2530745 or 4678361. OLE color: 4678361.

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

Color convert

RGB 217 98 71 -
CMYK 0 0.55 0.67 0.15
HSL 11.1º 0.66% 0.56% -
HSV(B) 11.1º 0.67% 0.85% -
XYZ 34.12 23.94 8.78 -
YUV 130.5 94.42 189.7 -
System Red Green Blue C M Y K H S L
Decimal 217 98 71 0 0.55 0.67 0.15 11.1 0.66 0.56
Hex D9 62 47 0 37 43 F B 42 38
Octal 331 142 107 0 67 103 17 13 102 70
Binary 11011001 1100010 1000111 0 110111 1000011 1111 1011 1000010 111000

Color Harmonies of #D96247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96247

Black with #D96247

Text Example


Text Example

White with #D96247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96247; }

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

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

background-color css

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

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

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

border-color css

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

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

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