Html Css Color HEX #D96346 Flamingo

📋 copy color: '#D96346'

red 217 ◦ green 99 ◦ blue 70

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

Shades of Flamingo #D96346

Tints of Flamingo #D96346

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.65%

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

R = 56.22%
G = 25.65%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#D96346 (or 0xD96346) is known color: Flamingo. HEX triplet: D9, 63 and 46. RGB value is (217,99,70). Sum of RGB (Red+Green+Blue) = 217+99+70=386 (51% of max value = 765). Red value is 217 (85.16% from 255 or 56.22% from 386); Green value is 99 (39.06% from 255 or 25.65% from 386); Blue value is 70 (27.73% from 255 or 18.13% from 386); Max value from RGB is 217 - color contains mainly: red. Hex color #D96346 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96346 is #269CB9. Grayscale: #838383. Windows color (decimal): -2530490 or 4613081. OLE color: 4613081.

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

Color convert

RGB 217 99 70 -
CMYK 0 0.54 0.68 0.15
HSL 11.84º 0.66% 0.56% -
HSV(B) 11.84º 0.68% 0.85% -
XYZ 34.18 24.12 8.65 -
YUV 130.98 93.59 189.36 -
System Red Green Blue C M Y K H S L
Decimal 217 99 70 0 0.54 0.68 0.15 11.84 0.66 0.56
Hex D9 63 46 0 36 44 F C 42 38
Octal 331 143 106 0 66 104 17 14 102 70
Binary 11011001 1100011 1000110 0 110110 1000100 1111 1100 1000010 111000

Color Harmonies of #D96346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96346

Black with #D96346

Text Example


Text Example

White with #D96346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96346; }

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

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

background-color css

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

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

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

border-color css

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

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

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