Html Css Color HEX #DD6755 Flamingo

📋 copy color: '#DD6755'

red 221 ◦ green 103 ◦ blue 85

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

Shades of Flamingo #DD6755

Tints of Flamingo #DD6755

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.18%

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

R = 54.03%
G = 25.18%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DD6755 (or 0xDD6755) is known color: Flamingo. HEX triplet: DD, 67 and 55. RGB value is (221,103,85). Sum of RGB (Red+Green+Blue) = 221+103+85=409 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.03% from 409); Green value is 103 (40.62% from 255 or 25.18% from 409); Blue value is 85 (33.59% from 255 or 20.78% from 409); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6755 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6755 is #2298AA. Grayscale: #888888. Windows color (decimal): -2267307 or 5597149. OLE color: 5597149.

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

Color convert

RGB 221 103 85 -
CMYK 0 0.53 0.62 0.13
HSL 7.94º 0.67% 0.6% -
HSV(B) 7.94º 0.62% 0.87% -
XYZ 36.31 25.73 11.65 -
YUV 136.23 99.09 188.46 -
System Red Green Blue C M Y K H S L
Decimal 221 103 85 0 0.53 0.62 0.13 7.94 0.67 0.6
Hex DD 67 55 0 35 3E D 8 43 3C
Octal 335 147 125 0 65 76 15 10 103 74
Binary 11011101 1100111 1010101 0 110101 111110 1101 1000 1000011 111100

Color Harmonies of #DD6755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6755

Black with #DD6755

Text Example


Text Example

White with #DD6755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6755; }

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

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

background-color css

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

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

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

border-color css

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

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

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