Html Css Color HEX #D96147 Flamingo

📋 copy color: '#D96147'

red 217 ◦ green 97 ◦ blue 71

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

Shades of Flamingo #D96147

Tints of Flamingo #D96147

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.19%

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

R = 56.36%
G = 25.19%
B = 18.44%

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

#D96147 (or 0xD96147) is known color: Flamingo. HEX triplet: D9, 61 and 47. RGB value is (217,97,71). Sum of RGB (Red+Green+Blue) = 217+97+71=385 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.36% from 385); Green value is 97 (38.28% from 255 or 25.19% from 385); Blue value is 71 (28.12% from 255 or 18.44% from 385); Max value from RGB is 217 - color contains mainly: red. Hex color #D96147 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96147 is #269EB8. Grayscale: #828282. Windows color (decimal): -2531001 or 4678105. OLE color: 4678105.

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

Color convert

RGB 217 97 71 -
CMYK 0 0.55 0.67 0.15
HSL 10.68º 0.66% 0.56% -
HSV(B) 10.68º 0.67% 0.85% -
XYZ 34.03 23.76 8.75 -
YUV 129.92 94.76 190.11 -
System Red Green Blue C M Y K H S L
Decimal 217 97 71 0 0.55 0.67 0.15 10.68 0.66 0.56
Hex D9 61 47 0 37 43 F B 42 38
Octal 331 141 107 0 67 103 17 13 102 70
Binary 11011001 1100001 1000111 0 110111 1000011 1111 1011 1000010 111000

Color Harmonies of #D96147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96147

Black with #D96147

Text Example


Text Example

White with #D96147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96147; }

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

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

background-color css

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

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

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

border-color css

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

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

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