Html Css Color HEX #D96550 Flamingo

📋 copy color: '#D96550'

red 217 ◦ green 101 ◦ blue 80

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

Shades of Flamingo #D96550

Tints of Flamingo #D96550

RGB

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

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

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

R = 54.52%
G = 25.38%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#D96550 (or 0xD96550) is known color: Flamingo. HEX triplet: D9, 65 and 50. RGB value is (217,101,80). Sum of RGB (Red+Green+Blue) = 217+101+80=398 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.52% from 398); Green value is 101 (39.84% from 255 or 25.38% from 398); Blue value is 80 (31.64% from 255 or 20.10% from 398); Max value from RGB is 217 - color contains mainly: red. Hex color #D96550 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96550 is #269AAF. Grayscale: #858585. Windows color (decimal): -2529968 or 5268953. OLE color: 5268953.

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

Color convert

RGB 217 101 80 -
CMYK 0 0.53 0.63 0.15
HSL 9.2º 0.64% 0.58% -
HSV(B) 9.2º 0.63% 0.85% -
XYZ 34.72 24.64 10.52 -
YUV 133.29 97.93 187.71 -
System Red Green Blue C M Y K H S L
Decimal 217 101 80 0 0.53 0.63 0.15 9.2 0.64 0.58
Hex D9 65 50 0 35 3F F 9 40 3A
Octal 331 145 120 0 65 77 17 11 100 72
Binary 11011001 1100101 1010000 0 110101 111111 1111 1001 1000000 111010

Color Harmonies of #D96550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96550

Black with #D96550

Text Example


Text Example

White with #D96550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96550; }

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

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

background-color css

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

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

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

border-color css

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

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

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