Html Css Color HEX #D96554 Flamingo

📋 copy color: '#D96554'

red 217 ◦ green 101 ◦ blue 84

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

Shades of Flamingo #D96554

Tints of Flamingo #D96554

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 20.9%

R = 53.98%
G = 25.12%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#D96554 (or 0xD96554) is known color: Flamingo. HEX triplet: D9, 65 and 54. RGB value is (217,101,84). Sum of RGB (Red+Green+Blue) = 217+101+84=402 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.98% from 402); Green value is 101 (39.84% from 255 or 25.12% from 402); Blue value is 84 (33.20% from 255 or 20.90% from 402); Max value from RGB is 217 - color contains mainly: red. Hex color #D96554 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96554 is #269AAB. Grayscale: #858585. Windows color (decimal): -2529964 or 5531097. OLE color: 5531097.

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

Color convert

RGB 217 101 84 -
CMYK 0 0.53 0.61 0.15
HSL 7.67º 0.64% 0.59% -
HSV(B) 7.67º 0.61% 0.85% -
XYZ 34.87 24.7 11.32 -
YUV 133.75 99.93 187.38 -
System Red Green Blue C M Y K H S L
Decimal 217 101 84 0 0.53 0.61 0.15 7.67 0.64 0.59
Hex D9 65 54 0 35 3D F 8 40 3B
Octal 331 145 124 0 65 75 17 10 100 73
Binary 11011001 1100101 1010100 0 110101 111101 1111 1000 1000000 111011

Color Harmonies of #D96554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96554

Black with #D96554

Text Example


Text Example

White with #D96554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96554; }

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

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

background-color css

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

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

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

border-color css

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

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

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