Html Css Color HEX #DD6845 Flamingo

📋 copy color: '#DD6845'

red 221 ◦ green 104 ◦ blue 69

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

Shades of Flamingo #DD6845

Tints of Flamingo #DD6845

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 17.51%

R = 56.09%
G = 26.4%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DD6845 (or 0xDD6845) is known color: Flamingo. HEX triplet: DD, 68 and 45. RGB value is (221,104,69). Sum of RGB (Red+Green+Blue) = 221+104+69=394 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.09% from 394); Green value is 104 (41.02% from 255 or 26.40% from 394); Blue value is 69 (27.34% from 255 or 17.51% from 394); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6845 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6845 is #2297BA. Grayscale: #878787. Windows color (decimal): -2267067 or 4548829. OLE color: 4548829.

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

Color convert

RGB 221 104 69 -
CMYK 0 0.53 0.69 0.13
HSL 13.82º 0.69% 0.57% -
HSV(B) 13.82º 0.69% 0.87% -
XYZ 35.84 25.7 8.7 -
YUV 134.99 90.76 189.35 -
System Red Green Blue C M Y K H S L
Decimal 221 104 69 0 0.53 0.69 0.13 13.82 0.69 0.57
Hex DD 68 45 0 35 45 D E 45 39
Octal 335 150 105 0 65 105 15 16 105 71
Binary 11011101 1101000 1000101 0 110101 1000101 1101 1110 1000101 111001

Color Harmonies of #DD6845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6845

Black with #DD6845

Text Example


Text Example

White with #DD6845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6845; }

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

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

background-color css

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

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

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

border-color css

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

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

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