Html Css Color HEX #DD604D Flamingo

📋 copy color: '#DD604D'

red 221 ◦ green 96 ◦ blue 77

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

Shades of Flamingo #DD604D

Tints of Flamingo #DD604D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 19.54%

R = 56.09%
G = 24.37%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DD604D (or 0xDD604D) is known color: Flamingo. HEX triplet: DD, 60 and 4D. RGB value is (221,96,77). Sum of RGB (Red+Green+Blue) = 221+96+77=394 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.09% from 394); Green value is 96 (37.89% from 255 or 24.37% from 394); Blue value is 77 (30.47% from 255 or 19.54% from 394); Max value from RGB is 221 - color contains mainly: red. Hex color #DD604D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD604D is #229FB2. Grayscale: #838383. Windows color (decimal): -2269107 or 5071069. OLE color: 5071069.

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

Color convert

RGB 221 96 77 -
CMYK 0 0.57 0.65 0.13
HSL 7.92º 0.68% 0.58% -
HSV(B) 7.92º 0.65% 0.87% -
XYZ 35.34 24.27 9.84 -
YUV 131.21 97.41 192.04 -
System Red Green Blue C M Y K H S L
Decimal 221 96 77 0 0.57 0.65 0.13 7.92 0.68 0.58
Hex DD 60 4D 0 39 41 D 8 44 3A
Octal 335 140 115 0 71 101 15 10 104 72
Binary 11011101 1100000 1001101 0 111001 1000001 1101 1000 1000100 111010

Color Harmonies of #DD604D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD604D

Black with #DD604D

Text Example


Text Example

White with #DD604D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD604D; }

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

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

background-color css

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

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

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

border-color css

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

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

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