Html Css Color HEX #D96546 Flamingo

📋 copy color: '#D96546'

red 217 ◦ green 101 ◦ blue 70

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

Shades of Flamingo #D96546

Tints of Flamingo #D96546

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.03%

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

R = 55.93%
G = 26.03%
B = 18.04%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#D96546 (or 0xD96546) is known color: Flamingo. HEX triplet: D9, 65 and 46. RGB value is (217,101,70). Sum of RGB (Red+Green+Blue) = 217+101+70=388 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.93% from 388); Green value is 101 (39.84% from 255 or 26.03% from 388); Blue value is 70 (27.73% from 255 or 18.04% from 388); Max value from RGB is 217 - color contains mainly: red. Hex color #D96546 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96546 is #269AB9. Grayscale: #848484. Windows color (decimal): -2529978 or 4613593. OLE color: 4613593.

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

Color convert

RGB 217 101 70 -
CMYK 0 0.53 0.68 0.15
HSL 12.65º 0.66% 0.56% -
HSV(B) 12.65º 0.68% 0.85% -
XYZ 34.37 24.5 8.71 -
YUV 132.15 92.93 188.52 -
System Red Green Blue C M Y K H S L
Decimal 217 101 70 0 0.53 0.68 0.15 12.65 0.66 0.56
Hex D9 65 46 0 35 44 F D 42 38
Octal 331 145 106 0 65 104 17 15 102 70
Binary 11011001 1100101 1000110 0 110101 1000100 1111 1101 1000010 111000

Color Harmonies of #D96546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96546

Black with #D96546

Text Example


Text Example

White with #D96546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96546; }

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

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

background-color css

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

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

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

border-color css

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

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

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