Html Css Color HEX #DD664D Flamingo

📋 copy color: '#DD664D'

red 221 ◦ green 102 ◦ blue 77

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

Shades of Flamingo #DD664D

Tints of Flamingo #DD664D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.5%

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

R = 55.25%
G = 25.5%
B = 19.25%

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

#DD664D (or 0xDD664D) is known color: Flamingo. HEX triplet: DD, 66 and 4D. RGB value is (221,102,77). Sum of RGB (Red+Green+Blue) = 221+102+77=400 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.25% from 400); Green value is 102 (40.23% from 255 or 25.5% from 400); Blue value is 77 (30.47% from 255 or 19.25% from 400); Max value from RGB is 221 - color contains mainly: red. Hex color #DD664D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD664D is #2299B2. Grayscale: #868686. Windows color (decimal): -2267571 or 5072605. OLE color: 5072605.

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

Color convert

RGB 221 102 77 -
CMYK 0 0.54 0.65 0.13
HSL 10.42º 0.68% 0.58% -
HSV(B) 10.42º 0.65% 0.87% -
XYZ 35.91 25.41 10.03 -
YUV 134.73 95.42 189.53 -
System Red Green Blue C M Y K H S L
Decimal 221 102 77 0 0.54 0.65 0.13 10.42 0.68 0.58
Hex DD 66 4D 0 36 41 D A 44 3A
Octal 335 146 115 0 66 101 15 12 104 72
Binary 11011101 1100110 1001101 0 110110 1000001 1101 1010 1000100 111010

Color Harmonies of #DD664D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD664D

Black with #DD664D

Text Example


Text Example

White with #DD664D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD664D; }

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

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

background-color css

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

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

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

border-color css

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

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

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