Html Css Color HEX #DD6756 Flamingo

📋 copy color: '#DD6756'

red 221 ◦ green 103 ◦ blue 86

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

Shades of Flamingo #DD6756

Tints of Flamingo #DD6756

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 20.98%

R = 53.9%
G = 25.12%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DD6756 (or 0xDD6756) is known color: Flamingo. HEX triplet: DD, 67 and 56. RGB value is (221,103,86). Sum of RGB (Red+Green+Blue) = 221+103+86=410 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.90% from 410); Green value is 103 (40.62% from 255 or 25.12% from 410); Blue value is 86 (33.98% from 255 or 20.98% from 410); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6756 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6756 is #2298A9. Grayscale: #888888. Windows color (decimal): -2267306 or 5662685. OLE color: 5662685.

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

Color convert

RGB 221 103 86 -
CMYK 0 0.53 0.61 0.13
HSL 7.56º 0.67% 0.6% -
HSV(B) 7.56º 0.61% 0.87% -
XYZ 36.35 25.74 11.86 -
YUV 136.34 99.59 188.38 -
System Red Green Blue C M Y K H S L
Decimal 221 103 86 0 0.53 0.61 0.13 7.56 0.67 0.6
Hex DD 67 56 0 35 3D D 8 43 3C
Octal 335 147 126 0 65 75 15 10 103 74
Binary 11011101 1100111 1010110 0 110101 111101 1101 1000 1000011 111100

Color Harmonies of #DD6756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6756

Black with #DD6756

Text Example


Text Example

White with #DD6756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6756; }

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

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

background-color css

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

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

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

border-color css

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

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

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