Html Css Color HEX #DD684A Flamingo

📋 copy color: '#DD684A'

red 221 ◦ green 104 ◦ blue 74

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

Shades of Flamingo #DD684A

Tints of Flamingo #DD684A

RGB

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

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

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

R = 55.39%
G = 26.07%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DD684A (or 0xDD684A) is known color: Flamingo. HEX triplet: DD, 68 and 4A. RGB value is (221,104,74). Sum of RGB (Red+Green+Blue) = 221+104+74=399 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.39% from 399); Green value is 104 (41.02% from 255 or 26.07% from 399); Blue value is 74 (29.30% from 255 or 18.55% from 399); Max value from RGB is 221 - color contains mainly: red. Hex color #DD684A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD684A is #2297B5. Grayscale: #878787. Windows color (decimal): -2267062 or 4876509. OLE color: 4876509.

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

Color convert

RGB 221 104 74 -
CMYK 0 0.53 0.67 0.13
HSL 12.24º 0.68% 0.58% -
HSV(B) 12.24º 0.67% 0.87% -
XYZ 36.01 25.77 9.55 -
YUV 135.56 93.26 188.94 -
System Red Green Blue C M Y K H S L
Decimal 221 104 74 0 0.53 0.67 0.13 12.24 0.68 0.58
Hex DD 68 4A 0 35 43 D C 44 3A
Octal 335 150 112 0 65 103 15 14 104 72
Binary 11011101 1101000 1001010 0 110101 1000011 1101 1100 1000100 111010

Color Harmonies of #DD684A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD684A

Black with #DD684A

Text Example


Text Example

White with #DD684A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD684A; }

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

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

background-color css

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

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

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

border-color css

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

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

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