Html Css Color HEX #DD6C52 Flamingo

📋 copy color: '#DD6C52'

red 221 ◦ green 108 ◦ blue 82

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

Shades of Flamingo #DD6C52

Tints of Flamingo #DD6C52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 19.95%

R = 53.77%
G = 26.28%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DD6C52 (or 0xDD6C52) is known color: Flamingo. HEX triplet: DD, 6C and 52. RGB value is (221,108,82). Sum of RGB (Red+Green+Blue) = 221+108+82=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 108 (42.58% from 255 or 26.28% from 411); Blue value is 82 (32.42% from 255 or 19.95% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6C52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6C52 is #2293AD. Grayscale: #8B8B8B. Windows color (decimal): -2266030 or 5401821. OLE color: 5401821.

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

Color convert

RGB 221 108 82 -
CMYK 0 0.51 0.63 0.13
HSL 11.22º 0.67% 0.59% -
HSV(B) 11.22º 0.63% 0.87% -
XYZ 36.7 26.71 11.2 -
YUV 138.82 95.94 186.61 -
System Red Green Blue C M Y K H S L
Decimal 221 108 82 0 0.51 0.63 0.13 11.22 0.67 0.59
Hex DD 6C 52 0 33 3F D B 43 3B
Octal 335 154 122 0 63 77 15 13 103 73
Binary 11011101 1101100 1010010 0 110011 111111 1101 1011 1000011 111011

Color Harmonies of #DD6C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6C52

Black with #DD6C52

Text Example


Text Example

White with #DD6C52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6C52; }

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

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

background-color css

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

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

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

border-color css

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

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

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