Html Css Color HEX #DD6856 Flamingo

📋 copy color: '#DD6856'

red 221 ◦ green 104 ◦ blue 86

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

Shades of Flamingo #DD6856

Tints of Flamingo #DD6856

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.3%

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

R = 53.77%
G = 25.3%
B = 20.92%

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

#DD6856 (or 0xDD6856) is known color: Flamingo. HEX triplet: DD, 68 and 56. RGB value is (221,104,86). Sum of RGB (Red+Green+Blue) = 221+104+86=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 104 (41.02% from 255 or 25.30% from 411); Blue value is 86 (33.98% from 255 or 20.92% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6856 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6856 is #2297A9. Grayscale: #898989. Windows color (decimal): -2267050 or 5662941. OLE color: 5662941.

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

Color convert

RGB 221 104 86 -
CMYK 0 0.53 0.61 0.13
HSL 0.67% 0.6% -
HSV(B) 0.61% 0.87% -
XYZ 36.45 25.94 11.89 -
YUV 136.93 99.26 187.96 -
System Red Green Blue C M Y K H S L
Decimal 221 104 86 0 0.53 0.61 0.13 8 0.67 0.6
Hex DD 68 56 0 35 3D D 8 43 3C
Octal 335 150 126 0 65 75 15 10 103 74
Binary 11011101 1101000 1010110 0 110101 111101 1101 1000 1000011 111100

Color Harmonies of #DD6856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6856

Black with #DD6856

Text Example


Text Example

White with #DD6856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6856; }

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

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

background-color css

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

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

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

border-color css

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

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

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