Html Css Color HEX #DD6650 Flamingo

📋 copy color: '#DD6650'

red 221 ◦ green 102 ◦ blue 80

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

Shades of Flamingo #DD6650

Tints of Flamingo #DD6650

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.31%

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

R = 54.84%
G = 25.31%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DD6650 (or 0xDD6650) is known color: Flamingo. HEX triplet: DD, 66 and 50. RGB value is (221,102,80). Sum of RGB (Red+Green+Blue) = 221+102+80=403 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.84% from 403); Green value is 102 (40.23% from 255 or 25.31% from 403); Blue value is 80 (31.64% from 255 or 19.85% from 403); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6650 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6650 is #2299AF. Grayscale: #878787. Windows color (decimal): -2267568 or 5269213. OLE color: 5269213.

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

Color convert

RGB 221 102 80 -
CMYK 0 0.54 0.64 0.13
HSL 9.36º 0.67% 0.59% -
HSV(B) 9.36º 0.64% 0.87% -
XYZ 36.02 25.45 10.6 -
YUV 135.07 96.92 189.29 -
System Red Green Blue C M Y K H S L
Decimal 221 102 80 0 0.54 0.64 0.13 9.36 0.67 0.59
Hex DD 66 50 0 36 40 D 9 43 3B
Octal 335 146 120 0 66 100 15 11 103 73
Binary 11011101 1100110 1010000 0 110110 1000000 1101 1001 1000011 111011

Color Harmonies of #DD6650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6650

Black with #DD6650

Text Example


Text Example

White with #DD6650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6650; }

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

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

background-color css

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

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

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

border-color css

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

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

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