Html Css Color HEX #DD6044 Flamingo

📋 copy color: '#DD6044'

red 221 ◦ green 96 ◦ blue 68

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

Shades of Flamingo #DD6044

Tints of Flamingo #DD6044

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.94%

 BLUE value IS 68 (26.95% from 255) = 17.66%

R = 57.4%
G = 24.94%
B = 17.66%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DD6044 (or 0xDD6044) is known color: Flamingo. HEX triplet: DD, 60 and 44. RGB value is (221,96,68). Sum of RGB (Red+Green+Blue) = 221+96+68=385 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.40% from 385); Green value is 96 (37.89% from 255 or 24.94% from 385); Blue value is 68 (26.95% from 255 or 17.66% from 385); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6044 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6044 is #229FBB. Grayscale: #828282. Windows color (decimal): -2269116 or 4481245. OLE color: 4481245.

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

Color convert

RGB 221 96 68 -
CMYK 0 0.57 0.69 0.13
HSL 10.98º 0.69% 0.57% -
HSV(B) 10.98º 0.69% 0.87% -
XYZ 35.05 24.16 8.28 -
YUV 130.18 92.91 192.78 -
System Red Green Blue C M Y K H S L
Decimal 221 96 68 0 0.57 0.69 0.13 10.98 0.69 0.57
Hex DD 60 44 0 39 45 D B 45 39
Octal 335 140 104 0 71 105 15 13 105 71
Binary 11011101 1100000 1000100 0 111001 1000101 1101 1011 1000101 111001

Color Harmonies of #DD6044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6044

Black with #DD6044

Text Example


Text Example

White with #DD6044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6044; }

 p { color: rgb(221,96,68); }

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

background-color css

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

 a { background-color: rgb(221,96,68); }

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

border-color css

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

 span { border-color: rgb(221,96,68); }

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