Html Css Color HEX #DD6D4E Flamingo

📋 copy color: '#DD6D4E'

red 221 ◦ green 109 ◦ blue 78

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

Shades of Flamingo #DD6D4E

Tints of Flamingo #DD6D4E

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.72%

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

R = 54.17%
G = 26.72%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DD6D4E (or 0xDD6D4E) is known color: Flamingo. HEX triplet: DD, 6D and 4E. RGB value is (221,109,78). Sum of RGB (Red+Green+Blue) = 221+109+78=408 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.17% from 408); Green value is 109 (42.97% from 255 or 26.72% from 408); Blue value is 78 (30.86% from 255 or 19.12% from 408); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6D4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6D4E is #2292B1. Grayscale: #8B8B8B. Windows color (decimal): -2265778 or 5139933. OLE color: 5139933.

HSL color Cylindrical-coordinate representation of color #DD6D4E: hue angle of 13.01º degrees, saturation: 0.68, 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 #DD6D4E is Cyan = 0, Magento = 0.51, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 109 78 -
CMYK 0 0.51 0.65 0.13
HSL 13.01º 0.68% 0.59% -
HSV(B) 13.01º 0.65% 0.87% -
XYZ 36.66 26.86 10.46 -
YUV 138.95 93.61 186.52 -
System Red Green Blue C M Y K H S L
Decimal 221 109 78 0 0.51 0.65 0.13 13.01 0.68 0.59
Hex DD 6D 4E 0 33 41 D D 44 3B
Octal 335 155 116 0 63 101 15 15 104 73
Binary 11011101 1101101 1001110 0 110011 1000001 1101 1101 1000100 111011

Color Harmonies of #DD6D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6D4E

Black with #DD6D4E

Text Example


Text Example

White with #DD6D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6D4E; }

 p { color: rgb(221,109,78); }

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

background-color css

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

 a { background-color: rgb(221,109,78); }

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

border-color css

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

 span { border-color: rgb(221,109,78); }

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