Html Css Color HEX #DD6655 Flamingo

📋 copy color: '#DD6655'

red 221 ◦ green 102 ◦ blue 85

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

Shades of Flamingo #DD6655

Tints of Flamingo #DD6655

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 20.83%

R = 54.17%
G = 25%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DD6655 (or 0xDD6655) is known color: Flamingo. HEX triplet: DD, 66 and 55. RGB value is (221,102,85). Sum of RGB (Red+Green+Blue) = 221+102+85=408 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.17% from 408); Green value is 102 (40.23% from 255 or 25% from 408); Blue value is 85 (33.59% from 255 or 20.83% from 408); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6655 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6655 is #2299AA. Grayscale: #878787. Windows color (decimal): -2267563 or 5596893. OLE color: 5596893.

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

Color convert

RGB 221 102 85 -
CMYK 0 0.54 0.62 0.13
HSL 7.5º 0.67% 0.6% -
HSV(B) 7.5º 0.62% 0.87% -
XYZ 36.21 25.53 11.61 -
YUV 135.64 99.42 188.88 -
System Red Green Blue C M Y K H S L
Decimal 221 102 85 0 0.54 0.62 0.13 7.5 0.67 0.6
Hex DD 66 55 0 36 3E D 8 43 3C
Octal 335 146 125 0 66 76 15 10 103 74
Binary 11011101 1100110 1010101 0 110110 111110 1101 1000 1000011 111100

Color Harmonies of #DD6655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6655

Black with #DD6655

Text Example


Text Example

White with #DD6655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6655; }

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

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

background-color css

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

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

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

border-color css

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

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

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