Html Css Color HEX #DD6553 Flamingo

📋 copy color: '#DD6553'

red 221 ◦ green 101 ◦ blue 83

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

Shades of Flamingo #DD6553

Tints of Flamingo #DD6553

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.94%

 BLUE value IS 83 (32.81% from 255) = 20.49%

R = 54.57%
G = 24.94%
B = 20.49%

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

#DD6553 (or 0xDD6553) is known color: Flamingo. HEX triplet: DD, 65 and 53. RGB value is (221,101,83). Sum of RGB (Red+Green+Blue) = 221+101+83=405 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.57% from 405); Green value is 101 (39.84% from 255 or 24.94% from 405); Blue value is 83 (32.81% from 255 or 20.49% from 405); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6553 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6553 is #229AAC. Grayscale: #878787. Windows color (decimal): -2267821 or 5465565. OLE color: 5465565.

HSL color Cylindrical-coordinate representation of color #DD6553: hue angle of 7.83º 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 #DD6553 is Cyan = 0, Magento = 0.54, Yellow = 0.62 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 101 83 -
CMYK 0 0.54 0.62 0.13
HSL 7.83º 0.67% 0.6% -
HSV(B) 7.83º 0.62% 0.87% -
XYZ 36.03 25.3 11.17 -
YUV 134.83 98.76 189.46 -
System Red Green Blue C M Y K H S L
Decimal 221 101 83 0 0.54 0.62 0.13 7.83 0.67 0.6
Hex DD 65 53 0 36 3E D 8 43 3C
Octal 335 145 123 0 66 76 15 10 103 74
Binary 11011101 1100101 1010011 0 110110 111110 1101 1000 1000011 111100

Color Harmonies of #DD6553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6553

Black with #DD6553

Text Example


Text Example

White with #DD6553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6553; }

 p { color: rgb(221,101,83); }

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

background-color css

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

 a { background-color: rgb(221,101,83); }

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

border-color css

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

 span { border-color: rgb(221,101,83); }

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