Html Css Color HEX #DD604A Flamingo

📋 copy color: '#DD604A'

red 221 ◦ green 96 ◦ blue 74

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

Shades of Flamingo #DD604A

Tints of Flamingo #DD604A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.93%

R = 56.52%
G = 24.55%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DD604A (or 0xDD604A) is known color: Flamingo. HEX triplet: DD, 60 and 4A. RGB value is (221,96,74). Sum of RGB (Red+Green+Blue) = 221+96+74=391 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.52% from 391); Green value is 96 (37.89% from 255 or 24.55% from 391); Blue value is 74 (29.30% from 255 or 18.93% from 391); Max value from RGB is 221 - color contains mainly: red. Hex color #DD604A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD604A is #229FB5. Grayscale: #838383. Windows color (decimal): -2269110 or 4874461. OLE color: 4874461.

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

Color convert

RGB 221 96 74 -
CMYK 0 0.57 0.67 0.13
HSL 8.98º 0.68% 0.58% -
HSV(B) 8.98º 0.67% 0.87% -
XYZ 35.24 24.23 9.3 -
YUV 130.87 95.91 192.29 -
System Red Green Blue C M Y K H S L
Decimal 221 96 74 0 0.57 0.67 0.13 8.98 0.68 0.58
Hex DD 60 4A 0 39 43 D 9 44 3A
Octal 335 140 112 0 71 103 15 11 104 72
Binary 11011101 1100000 1001010 0 111001 1000011 1101 1001 1000100 111010

Color Harmonies of #DD604A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD604A

Black with #DD604A

Text Example


Text Example

White with #DD604A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD604A; }

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

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

background-color css

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

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

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

border-color css

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

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

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