Html Css Color HEX #DD6146 Flamingo

📋 copy color: '#DD6146'

red 221 ◦ green 97 ◦ blue 70

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

Shades of Flamingo #DD6146

Tints of Flamingo #DD6146

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25%

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

R = 56.96%
G = 25%
B = 18.04%

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

#DD6146 (or 0xDD6146) is known color: Flamingo. HEX triplet: DD, 61 and 46. RGB value is (221,97,70). Sum of RGB (Red+Green+Blue) = 221+97+70=388 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.96% from 388); Green value is 97 (38.28% from 255 or 25% from 388); Blue value is 70 (27.73% from 255 or 18.04% from 388); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6146 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6146 is #229EB9. Grayscale: #838383. Windows color (decimal): -2268858 or 4612573. OLE color: 4612573.

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

Color convert

RGB 221 97 70 -
CMYK 0 0.56 0.68 0.13
HSL 10.73º 0.69% 0.57% -
HSV(B) 10.73º 0.68% 0.87% -
XYZ 35.2 24.36 8.64 -
YUV 131 93.58 192.2 -
System Red Green Blue C M Y K H S L
Decimal 221 97 70 0 0.56 0.68 0.13 10.73 0.69 0.57
Hex DD 61 46 0 38 44 D B 45 39
Octal 335 141 106 0 70 104 15 13 105 71
Binary 11011101 1100001 1000110 0 111000 1000100 1101 1011 1000101 111001

Color Harmonies of #DD6146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6146

Black with #DD6146

Text Example


Text Example

White with #DD6146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6146; }

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

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

background-color css

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

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

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

border-color css

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

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

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