Html Css Color HEX #DD644F Flamingo

📋 copy color: '#DD644F'

red 221 ◦ green 100 ◦ blue 79

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

Shades of Flamingo #DD644F

Tints of Flamingo #DD644F

RGB

 RED value IS 221 (86.72% from 255) = 55.25%

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

 BLUE value IS 79 (31.25% from 255) = 19.75%

R = 55.25%
G = 25%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DD644F (or 0xDD644F) is known color: Flamingo. HEX triplet: DD, 64 and 4F. RGB value is (221,100,79). Sum of RGB (Red+Green+Blue) = 221+100+79=400 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.25% from 400); Green value is 100 (39.45% from 255 or 25% from 400); Blue value is 79 (31.25% from 255 or 19.75% from 400); Max value from RGB is 221 - color contains mainly: red. Hex color #DD644F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD644F is #229BB0. Grayscale: #858585. Windows color (decimal): -2268081 or 5203165. OLE color: 5203165.

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

Color convert

RGB 221 100 79 -
CMYK 0 0.55 0.64 0.13
HSL 8.87º 0.68% 0.59% -
HSV(B) 8.87º 0.64% 0.87% -
XYZ 35.79 25.05 10.35 -
YUV 133.79 97.09 190.21 -
System Red Green Blue C M Y K H S L
Decimal 221 100 79 0 0.55 0.64 0.13 8.87 0.68 0.59
Hex DD 64 4F 0 37 40 D 9 44 3B
Octal 335 144 117 0 67 100 15 11 104 73
Binary 11011101 1100100 1001111 0 110111 1000000 1101 1001 1000100 111011

Color Harmonies of #DD644F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD644F

Black with #DD644F

Text Example


Text Example

White with #DD644F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD644F; }

 p { color: rgb(221,100,79); }

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

background-color css

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

 a { background-color: rgb(221,100,79); }

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

border-color css

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

 span { border-color: rgb(221,100,79); }

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