Html Css Color HEX #DF644E Flamingo

📋 copy color: '#DF644E'

red 223 ◦ green 100 ◦ blue 78

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

Shades of Flamingo #DF644E

Tints of Flamingo #DF644E

RGB

 RED value IS 223 (87.5% from 255) = 55.61%

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

 BLUE value IS 78 (30.86% from 255) = 19.45%

R = 55.61%
G = 24.94%
B = 19.45%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DF644E (or 0xDF644E) is known color: Flamingo. HEX triplet: DF, 64 and 4E. RGB value is (223,100,78). Sum of RGB (Red+Green+Blue) = 223+100+78=401 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.61% from 401); Green value is 100 (39.45% from 255 or 24.94% from 401); Blue value is 78 (30.86% from 255 or 19.45% from 401); Max value from RGB is 223 - color contains mainly: red. Hex color #DF644E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF644E is #209BB1. Grayscale: #868686. Windows color (decimal): -2137010 or 5137631. OLE color: 5137631.

HSL color Cylindrical-coordinate representation of color #DF644E: hue angle of 9.1º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DF644E is Cyan = 0, Magento = 0.55, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 100 78 -
CMYK 0 0.55 0.65 0.13
HSL 9.1º 0.69% 0.59% -
HSV(B) 9.1º 0.65% 0.87% -
XYZ 36.36 25.35 10.18 -
YUV 134.27 96.25 191.29 -
System Red Green Blue C M Y K H S L
Decimal 223 100 78 0 0.55 0.65 0.13 9.1 0.69 0.59
Hex DF 64 4E 0 37 41 D 9 45 3B
Octal 337 144 116 0 67 101 15 11 105 73
Binary 11011111 1100100 1001110 0 110111 1000001 1101 1001 1000101 111011

Color Harmonies of #DF644E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF644E

Black with #DF644E

Text Example


Text Example

White with #DF644E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF644E; }

 p { color: rgb(223,100,78); }

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

background-color css

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

 a { background-color: rgb(223,100,78); }

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

border-color css

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

 span { border-color: rgb(223,100,78); }

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