Html Css Color HEX #D9644D Flamingo

📋 copy color: '#D9644D'

red 217 ◦ green 100 ◦ blue 77

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

Shades of Flamingo #D9644D

Tints of Flamingo #D9644D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 19.54%

R = 55.08%
G = 25.38%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D9644D (or 0xD9644D) is known color: Flamingo. HEX triplet: D9, 64 and 4D. RGB value is (217,100,77). Sum of RGB (Red+Green+Blue) = 217+100+77=394 (52% of max value = 765). Red value is 217 (85.16% from 255 or 55.08% from 394); Green value is 100 (39.45% from 255 or 25.38% from 394); Blue value is 77 (30.47% from 255 or 19.54% from 394); Max value from RGB is 217 - color contains mainly: red. Hex color #D9644D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9644D is #269BB2. Grayscale: #848484. Windows color (decimal): -2530227 or 5072089. OLE color: 5072089.

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

Color convert

RGB 217 100 77 -
CMYK 0 0.54 0.65 0.15
HSL 9.86º 0.65% 0.58% -
HSV(B) 9.86º 0.65% 0.85% -
XYZ 34.51 24.4 9.91 -
YUV 132.36 96.76 188.37 -
System Red Green Blue C M Y K H S L
Decimal 217 100 77 0 0.54 0.65 0.15 9.86 0.65 0.58
Hex D9 64 4D 0 36 41 F A 41 3A
Octal 331 144 115 0 66 101 17 12 101 72
Binary 11011001 1100100 1001101 0 110110 1000001 1111 1010 1000001 111010

Color Harmonies of #D9644D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9644D

Black with #D9644D

Text Example


Text Example

White with #D9644D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9644D; }

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

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

background-color css

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

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

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

border-color css

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

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

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