Html Css Color HEX #DD6C4D Flamingo

📋 copy color: '#DD6C4D'

red 221 ◦ green 108 ◦ blue 77

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

Shades of Flamingo #DD6C4D

Tints of Flamingo #DD6C4D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.6%

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

R = 54.43%
G = 26.6%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DD6C4D (or 0xDD6C4D) is known color: Flamingo. HEX triplet: DD, 6C and 4D. RGB value is (221,108,77). Sum of RGB (Red+Green+Blue) = 221+108+77=406 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.43% from 406); Green value is 108 (42.58% from 255 or 26.60% from 406); Blue value is 77 (30.47% from 255 or 18.97% from 406); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6C4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6C4D is #2293B2. Grayscale: #8A8A8A. Windows color (decimal): -2266035 or 5074141. OLE color: 5074141.

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

Color convert

RGB 221 108 77 -
CMYK 0 0.51 0.65 0.13
HSL 12.92º 0.68% 0.58% -
HSV(B) 12.92º 0.65% 0.87% -
XYZ 36.52 26.63 10.24 -
YUV 138.25 93.44 187.02 -
System Red Green Blue C M Y K H S L
Decimal 221 108 77 0 0.51 0.65 0.13 12.92 0.68 0.58
Hex DD 6C 4D 0 33 41 D D 44 3A
Octal 335 154 115 0 63 101 15 15 104 72
Binary 11011101 1101100 1001101 0 110011 1000001 1101 1101 1000100 111010

Color Harmonies of #DD6C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6C4D

Black with #DD6C4D

Text Example


Text Example

White with #DD6C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6C4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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