Html Css Color HEX #DD6246 Flamingo

📋 copy color: '#DD6246'

red 221 ◦ green 98 ◦ blue 70

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

Shades of Flamingo #DD6246

Tints of Flamingo #DD6246

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.19%

 BLUE value IS 70 (27.73% from 255) = 17.99%

R = 56.81%
G = 25.19%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DD6246 (or 0xDD6246) is known color: Flamingo. HEX triplet: DD, 62 and 46. RGB value is (221,98,70). Sum of RGB (Red+Green+Blue) = 221+98+70=389 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.81% from 389); Green value is 98 (38.67% from 255 or 25.19% from 389); Blue value is 70 (27.73% from 255 or 17.99% from 389); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6246 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6246 is #229DB9. Grayscale: #838383. Windows color (decimal): -2268602 or 4612829. OLE color: 4612829.

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

Color convert

RGB 221 98 70 -
CMYK 0 0.56 0.68 0.13
HSL 11.13º 0.69% 0.57% -
HSV(B) 11.13º 0.68% 0.87% -
XYZ 35.29 24.55 8.67 -
YUV 131.59 93.25 191.78 -
System Red Green Blue C M Y K H S L
Decimal 221 98 70 0 0.56 0.68 0.13 11.13 0.69 0.57
Hex DD 62 46 0 38 44 D B 45 39
Octal 335 142 106 0 70 104 15 13 105 71
Binary 11011101 1100010 1000110 0 111000 1000100 1101 1011 1000101 111001

Color Harmonies of #DD6246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6246

Black with #DD6246

Text Example


Text Example

White with #DD6246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6246; }

 p { color: rgb(221,98,70); }

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

background-color css

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

 a { background-color: rgb(221,98,70); }

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

border-color css

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

 span { border-color: rgb(221,98,70); }

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