Html Css Color HEX #DD6A50 Flamingo

📋 copy color: '#DD6A50'

red 221 ◦ green 106 ◦ blue 80

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

Shades of Flamingo #DD6A50

Tints of Flamingo #DD6A50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 19.66%

R = 54.3%
G = 26.04%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DD6A50 (or 0xDD6A50) is known color: Flamingo. HEX triplet: DD, 6A and 50. RGB value is (221,106,80). Sum of RGB (Red+Green+Blue) = 221+106+80=407 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.30% from 407); Green value is 106 (41.80% from 255 or 26.04% from 407); Blue value is 80 (31.64% from 255 or 19.66% from 407); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6A50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6A50 is #2295AF. Grayscale: #898989. Windows color (decimal): -2266544 or 5270237. OLE color: 5270237.

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

Color convert

RGB 221 106 80 -
CMYK 0 0.52 0.64 0.13
HSL 11.06º 0.67% 0.59% -
HSV(B) 11.06º 0.64% 0.87% -
XYZ 36.42 26.26 10.74 -
YUV 137.42 95.6 187.61 -
System Red Green Blue C M Y K H S L
Decimal 221 106 80 0 0.52 0.64 0.13 11.06 0.67 0.59
Hex DD 6A 50 0 34 40 D B 43 3B
Octal 335 152 120 0 64 100 15 13 103 73
Binary 11011101 1101010 1010000 0 110100 1000000 1101 1011 1000011 111011

Color Harmonies of #DD6A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6A50

Black with #DD6A50

Text Example


Text Example

White with #DD6A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6A50; }

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

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

background-color css

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

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

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

border-color css

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

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

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