Html Css Color HEX #DD6648 Flamingo

📋 copy color: '#DD6648'

red 221 ◦ green 102 ◦ blue 72

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

Shades of Flamingo #DD6648

Tints of Flamingo #DD6648

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.82%

 BLUE value IS 72 (28.52% from 255) = 18.23%

R = 55.95%
G = 25.82%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DD6648 (or 0xDD6648) is known color: Flamingo. HEX triplet: DD, 66 and 48. RGB value is (221,102,72). Sum of RGB (Red+Green+Blue) = 221+102+72=395 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.95% from 395); Green value is 102 (40.23% from 255 or 25.82% from 395); Blue value is 72 (28.52% from 255 or 18.23% from 395); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6648 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6648 is #2299B7. Grayscale: #868686. Windows color (decimal): -2267576 or 4744925. OLE color: 4744925.

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

Color convert

RGB 221 102 72 -
CMYK 0 0.54 0.67 0.13
HSL 12.08º 0.69% 0.57% -
HSV(B) 12.08º 0.67% 0.87% -
XYZ 35.74 25.34 9.14 -
YUV 134.16 92.92 189.94 -
System Red Green Blue C M Y K H S L
Decimal 221 102 72 0 0.54 0.67 0.13 12.08 0.69 0.57
Hex DD 66 48 0 36 43 D C 45 39
Octal 335 146 110 0 66 103 15 14 105 71
Binary 11011101 1100110 1001000 0 110110 1000011 1101 1100 1000101 111001

Color Harmonies of #DD6648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6648

Black with #DD6648

Text Example


Text Example

White with #DD6648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6648; }

 p { color: rgb(221,102,72); }

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

background-color css

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

 a { background-color: rgb(221,102,72); }

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

border-color css

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

 span { border-color: rgb(221,102,72); }

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