Html Css Color HEX #DD684B Flamingo

📋 copy color: '#DD684B'

red 221 ◦ green 104 ◦ blue 75

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

Shades of Flamingo #DD684B

Tints of Flamingo #DD684B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 18.75%

R = 55.25%
G = 26%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DD684B (or 0xDD684B) is known color: Flamingo. HEX triplet: DD, 68 and 4B. RGB value is (221,104,75). Sum of RGB (Red+Green+Blue) = 221+104+75=400 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.25% from 400); Green value is 104 (41.02% from 255 or 26% from 400); Blue value is 75 (29.69% from 255 or 18.75% from 400); Max value from RGB is 221 - color contains mainly: red. Hex color #DD684B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD684B is #2297B4. Grayscale: #878787. Windows color (decimal): -2267061 or 4942045. OLE color: 4942045.

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

Color convert

RGB 221 104 75 -
CMYK 0 0.53 0.66 0.13
HSL 11.92º 0.68% 0.58% -
HSV(B) 11.92º 0.66% 0.87% -
XYZ 36.04 25.78 9.73 -
YUV 135.68 93.76 188.86 -
System Red Green Blue C M Y K H S L
Decimal 221 104 75 0 0.53 0.66 0.13 11.92 0.68 0.58
Hex DD 68 4B 0 35 42 D C 44 3A
Octal 335 150 113 0 65 102 15 14 104 72
Binary 11011101 1101000 1001011 0 110101 1000010 1101 1100 1000100 111010

Color Harmonies of #DD684B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD684B

Black with #DD684B

Text Example


Text Example

White with #DD684B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD684B; }

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

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

background-color css

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

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

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

border-color css

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

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

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