Html Css Color HEX #D96947 Flamingo

📋 copy color: '#D96947'

red 217 ◦ green 105 ◦ blue 71

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

Shades of Flamingo #D96947

Tints of Flamingo #D96947

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.72%

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

R = 55.22%
G = 26.72%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D96947 (or 0xD96947) is known color: Flamingo. HEX triplet: D9, 69 and 47. RGB value is (217,105,71). Sum of RGB (Red+Green+Blue) = 217+105+71=393 (52% of max value = 765). Red value is 217 (85.16% from 255 or 55.22% from 393); Green value is 105 (41.41% from 255 or 26.72% from 393); Blue value is 71 (28.12% from 255 or 18.07% from 393); Max value from RGB is 217 - color contains mainly: red. Hex color #D96947 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96947 is #2696B8. Grayscale: #868686. Windows color (decimal): -2528953 or 4680153. OLE color: 4680153.

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

Color convert

RGB 217 105 71 -
CMYK 0 0.52 0.67 0.15
HSL 13.97º 0.66% 0.56% -
HSV(B) 13.97º 0.67% 0.85% -
XYZ 34.8 25.31 9.01 -
YUV 134.61 92.11 186.76 -
System Red Green Blue C M Y K H S L
Decimal 217 105 71 0 0.52 0.67 0.15 13.97 0.66 0.56
Hex D9 69 47 0 34 43 F E 42 38
Octal 331 151 107 0 64 103 17 16 102 70
Binary 11011001 1101001 1000111 0 110100 1000011 1111 1110 1000010 111000

Color Harmonies of #D96947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96947

Black with #D96947

Text Example


Text Example

White with #D96947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96947; }

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

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

background-color css

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

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

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

border-color css

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

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

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