Html Css Color HEX #D96450 Flamingo

📋 copy color: '#D96450'

red 217 ◦ green 100 ◦ blue 80

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

Shades of Flamingo #D96450

Tints of Flamingo #D96450

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.19%

 BLUE value IS 80 (31.64% from 255) = 20.15%

R = 54.66%
G = 25.19%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#D96450 (or 0xD96450) is known color: Flamingo. HEX triplet: D9, 64 and 50. RGB value is (217,100,80). Sum of RGB (Red+Green+Blue) = 217+100+80=397 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.66% from 397); Green value is 100 (39.45% from 255 or 25.19% from 397); Blue value is 80 (31.64% from 255 or 20.15% from 397); Max value from RGB is 217 - color contains mainly: red. Hex color #D96450 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96450 is #269BAF. Grayscale: #848484. Windows color (decimal): -2530224 or 5268697. OLE color: 5268697.

HSL color Cylindrical-coordinate representation of color #D96450: hue angle of 8.76º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D96450 is Cyan = 0, Magento = 0.54, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 100 80 -
CMYK 0 0.54 0.63 0.15
HSL 8.76º 0.64% 0.58% -
HSV(B) 8.76º 0.63% 0.85% -
XYZ 34.62 24.45 10.48 -
YUV 132.7 98.26 188.13 -
System Red Green Blue C M Y K H S L
Decimal 217 100 80 0 0.54 0.63 0.15 8.76 0.64 0.58
Hex D9 64 50 0 36 3F F 9 40 3A
Octal 331 144 120 0 66 77 17 11 100 72
Binary 11011001 1100100 1010000 0 110110 111111 1111 1001 1000000 111010

Color Harmonies of #D96450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96450

Black with #D96450

Text Example


Text Example

White with #D96450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96450; }

 p { color: rgb(217,100,80); }

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

background-color css

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

 a { background-color: rgb(217,100,80); }

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

border-color css

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

 span { border-color: rgb(217,100,80); }

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