Html Css Color HEX #DD6A51 Flamingo

📋 copy color: '#DD6A51'

red 221 ◦ green 106 ◦ blue 81

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

Shades of Flamingo #DD6A51

Tints of Flamingo #DD6A51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 19.85%

R = 54.17%
G = 25.98%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DD6A51 (or 0xDD6A51) is known color: Flamingo. HEX triplet: DD, 6A and 51. RGB value is (221,106,81). Sum of RGB (Red+Green+Blue) = 221+106+81=408 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.17% from 408); Green value is 106 (41.80% from 255 or 25.98% from 408); Blue value is 81 (32.03% from 255 or 19.85% from 408); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6A51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6A51 is #2295AE. Grayscale: #898989. Windows color (decimal): -2266543 or 5335773. OLE color: 5335773.

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

Color convert

RGB 221 106 81 -
CMYK 0 0.52 0.63 0.13
HSL 10.71º 0.67% 0.59% -
HSV(B) 10.71º 0.63% 0.87% -
XYZ 36.46 26.27 10.93 -
YUV 137.54 96.1 187.53 -
System Red Green Blue C M Y K H S L
Decimal 221 106 81 0 0.52 0.63 0.13 10.71 0.67 0.59
Hex DD 6A 51 0 34 3F D B 43 3B
Octal 335 152 121 0 64 77 15 13 103 73
Binary 11011101 1101010 1010001 0 110100 111111 1101 1011 1000011 111011

Color Harmonies of #DD6A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6A51

Black with #DD6A51

Text Example


Text Example

White with #DD6A51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6A51; }

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

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

background-color css

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

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

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

border-color css

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

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

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