Html Css Color HEX #DD6C4F Flamingo

📋 copy color: '#DD6C4F'

red 221 ◦ green 108 ◦ blue 79

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

Shades of Flamingo #DD6C4F

Tints of Flamingo #DD6C4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 19.36%

R = 54.17%
G = 26.47%
B = 19.36%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DD6C4F (or 0xDD6C4F) is known color: Flamingo. HEX triplet: DD, 6C and 4F. RGB value is (221,108,79). Sum of RGB (Red+Green+Blue) = 221+108+79=408 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.17% from 408); Green value is 108 (42.58% from 255 or 26.47% from 408); Blue value is 79 (31.25% from 255 or 19.36% from 408); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6C4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6C4F is #2293B0. Grayscale: #8A8A8A. Windows color (decimal): -2266033 or 5205213. OLE color: 5205213.

HSL color Cylindrical-coordinate representation of color #DD6C4F: hue angle of 12.25º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DD6C4F is Cyan = 0, Magento = 0.51, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 108 79 -
CMYK 0 0.51 0.64 0.13
HSL 12.25º 0.68% 0.59% -
HSV(B) 12.25º 0.64% 0.87% -
XYZ 36.59 26.66 10.61 -
YUV 138.48 94.44 186.86 -
System Red Green Blue C M Y K H S L
Decimal 221 108 79 0 0.51 0.64 0.13 12.25 0.68 0.59
Hex DD 6C 4F 0 33 40 D C 44 3B
Octal 335 154 117 0 63 100 15 14 104 73
Binary 11011101 1101100 1001111 0 110011 1000000 1101 1100 1000100 111011

Color Harmonies of #DD6C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6C4F

Black with #DD6C4F

Text Example


Text Example

White with #DD6C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6C4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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