Html Css Color HEX #D96047 Flamingo

📋 copy color: '#D96047'

red 217 ◦ green 96 ◦ blue 71

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

Shades of Flamingo #D96047

Tints of Flamingo #D96047

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25%

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

R = 56.51%
G = 25%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D96047 (or 0xD96047) is known color: Flamingo. HEX triplet: D9, 60 and 47. RGB value is (217,96,71). Sum of RGB (Red+Green+Blue) = 217+96+71=384 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.51% from 384); Green value is 96 (37.89% from 255 or 25% from 384); Blue value is 71 (28.12% from 255 or 18.49% from 384); Max value from RGB is 217 - color contains mainly: red. Hex color #D96047 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96047 is #269FB8. Grayscale: #818181. Windows color (decimal): -2531257 or 4677849. OLE color: 4677849.

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

Color convert

RGB 217 96 71 -
CMYK 0 0.56 0.67 0.15
HSL 10.27º 0.66% 0.56% -
HSV(B) 10.27º 0.67% 0.85% -
XYZ 33.94 23.57 8.72 -
YUV 129.33 95.09 190.53 -
System Red Green Blue C M Y K H S L
Decimal 217 96 71 0 0.56 0.67 0.15 10.27 0.66 0.56
Hex D9 60 47 0 38 43 F A 42 38
Octal 331 140 107 0 70 103 17 12 102 70
Binary 11011001 1100000 1000111 0 111000 1000011 1111 1010 1000010 111000

Color Harmonies of #D96047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96047

Black with #D96047

Text Example


Text Example

White with #D96047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96047; }

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

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

background-color css

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

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

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

border-color css

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

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

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