Html Css Color HEX #DD6A4C Flamingo

📋 copy color: '#DD6A4C'

red 221 ◦ green 106 ◦ blue 76

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

Shades of Flamingo #DD6A4C

Tints of Flamingo #DD6A4C

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.3%

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

R = 54.84%
G = 26.3%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DD6A4C (or 0xDD6A4C) is known color: Flamingo. HEX triplet: DD, 6A and 4C. RGB value is (221,106,76). Sum of RGB (Red+Green+Blue) = 221+106+76=403 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.84% from 403); Green value is 106 (41.80% from 255 or 26.30% from 403); Blue value is 76 (30.08% from 255 or 18.86% from 403); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6A4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6A4C is #2295B3. Grayscale: #898989. Windows color (decimal): -2266548 or 5008093. OLE color: 5008093.

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

Color convert

RGB 221 106 76 -
CMYK 0 0.52 0.66 0.13
HSL 12.41º 0.68% 0.58% -
HSV(B) 12.41º 0.66% 0.87% -
XYZ 36.28 26.2 9.98 -
YUV 136.97 93.6 187.94 -
System Red Green Blue C M Y K H S L
Decimal 221 106 76 0 0.52 0.66 0.13 12.41 0.68 0.58
Hex DD 6A 4C 0 34 42 D C 44 3A
Octal 335 152 114 0 64 102 15 14 104 72
Binary 11011101 1101010 1001100 0 110100 1000010 1101 1100 1000100 111010

Color Harmonies of #DD6A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6A4C

Black with #DD6A4C

Text Example


Text Example

White with #DD6A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6A4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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