Html Css Color HEX #DD664C Flamingo

📋 copy color: '#DD664C'

red 221 ◦ green 102 ◦ blue 76

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

Shades of Flamingo #DD664C

Tints of Flamingo #DD664C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19.05%

R = 55.39%
G = 25.56%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DD664C (or 0xDD664C) is known color: Flamingo. HEX triplet: DD, 66 and 4C. RGB value is (221,102,76). Sum of RGB (Red+Green+Blue) = 221+102+76=399 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.39% from 399); Green value is 102 (40.23% from 255 or 25.56% from 399); Blue value is 76 (30.08% from 255 or 19.05% from 399); Max value from RGB is 221 - color contains mainly: red. Hex color #DD664C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD664C is #2299B3. Grayscale: #868686. Windows color (decimal): -2267572 or 5007069. OLE color: 5007069.

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

Color convert

RGB 221 102 76 -
CMYK 0 0.54 0.66 0.13
HSL 10.76º 0.68% 0.58% -
HSV(B) 10.76º 0.66% 0.87% -
XYZ 35.87 25.4 9.85 -
YUV 134.62 94.92 189.61 -
System Red Green Blue C M Y K H S L
Decimal 221 102 76 0 0.54 0.66 0.13 10.76 0.68 0.58
Hex DD 66 4C 0 36 42 D B 44 3A
Octal 335 146 114 0 66 102 15 13 104 72
Binary 11011101 1100110 1001100 0 110110 1000010 1101 1011 1000100 111010

Color Harmonies of #DD664C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD664C

Black with #DD664C

Text Example


Text Example

White with #DD664C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD664C; }

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

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

background-color css

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

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

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

border-color css

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

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

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