Html Css Color HEX #DF644A Flamingo

📋 copy color: '#DF644A'

red 223 ◦ green 100 ◦ blue 74

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

Shades of Flamingo #DF644A

Tints of Flamingo #DF644A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.64%

R = 56.17%
G = 25.19%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DF644A (or 0xDF644A) is known color: Flamingo. HEX triplet: DF, 64 and 4A. RGB value is (223,100,74). Sum of RGB (Red+Green+Blue) = 223+100+74=397 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.17% from 397); Green value is 100 (39.45% from 255 or 25.19% from 397); Blue value is 74 (29.30% from 255 or 18.64% from 397); Max value from RGB is 223 - color contains mainly: red. Hex color #DF644A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF644A is #209BB5. Grayscale: #868686. Windows color (decimal): -2137014 or 4875487. OLE color: 4875487.

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

Color convert

RGB 223 100 74 -
CMYK 0 0.55 0.67 0.13
HSL 10.47º 0.7% 0.58% -
HSV(B) 10.47º 0.67% 0.87% -
XYZ 36.22 25.3 9.45 -
YUV 133.81 94.25 191.61 -
System Red Green Blue C M Y K H S L
Decimal 223 100 74 0 0.55 0.67 0.13 10.47 0.7 0.58
Hex DF 64 4A 0 37 43 D A 46 3A
Octal 337 144 112 0 67 103 15 12 106 72
Binary 11011111 1100100 1001010 0 110111 1000011 1101 1010 1000110 111010

Color Harmonies of #DF644A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF644A

Black with #DF644A

Text Example


Text Example

White with #DF644A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF644A; }

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

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

background-color css

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

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

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

border-color css

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

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

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