Html Css Color HEX #DD654D Flamingo

📋 copy color: '#DD654D'

red 221 ◦ green 101 ◦ blue 77

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

Shades of Flamingo #DD654D

Tints of Flamingo #DD654D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.31%

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

R = 55.39%
G = 25.31%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DD654D (or 0xDD654D) is known color: Flamingo. HEX triplet: DD, 65 and 4D. RGB value is (221,101,77). Sum of RGB (Red+Green+Blue) = 221+101+77=399 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.39% from 399); Green value is 101 (39.84% from 255 or 25.31% from 399); Blue value is 77 (30.47% from 255 or 19.30% from 399); Max value from RGB is 221 - color contains mainly: red. Hex color #DD654D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD654D is #229AB2. Grayscale: #868686. Windows color (decimal): -2267827 or 5072349. OLE color: 5072349.

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

Color convert

RGB 221 101 77 -
CMYK 0 0.54 0.65 0.13
HSL 10º 0.68% 0.58% -
HSV(B) 10º 0.65% 0.87% -
XYZ 35.81 25.22 10 -
YUV 134.14 95.76 189.95 -
System Red Green Blue C M Y K H S L
Decimal 221 101 77 0 0.54 0.65 0.13 10 0.68 0.58
Hex DD 65 4D 0 36 41 D A 44 3A
Octal 335 145 115 0 66 101 15 12 104 72
Binary 11011101 1100101 1001101 0 110110 1000001 1101 1010 1000100 111010

Color Harmonies of #DD654D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD654D

Black with #DD654D

Text Example


Text Example

White with #DD654D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD654D; }

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

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

background-color css

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

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

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

border-color css

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

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

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