Html Css Color HEX #DD6346 Flamingo

📋 copy color: '#DD6346'

red 221 ◦ green 99 ◦ blue 70

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

Shades of Flamingo #DD6346

Tints of Flamingo #DD6346

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.38%

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

R = 56.67%
G = 25.38%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DD6346 (or 0xDD6346) is known color: Flamingo. HEX triplet: DD, 63 and 46. RGB value is (221,99,70). Sum of RGB (Red+Green+Blue) = 221+99+70=390 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.67% from 390); Green value is 99 (39.06% from 255 or 25.38% from 390); Blue value is 70 (27.73% from 255 or 17.95% from 390); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6346 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6346 is #229CB9. Grayscale: #848484. Windows color (decimal): -2268346 or 4613085. OLE color: 4613085.

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

Color convert

RGB 221 99 70 -
CMYK 0 0.55 0.68 0.13
HSL 11.52º 0.69% 0.57% -
HSV(B) 11.52º 0.68% 0.87% -
XYZ 35.39 24.74 8.7 -
YUV 132.17 92.92 191.36 -
System Red Green Blue C M Y K H S L
Decimal 221 99 70 0 0.55 0.68 0.13 11.52 0.69 0.57
Hex DD 63 46 0 37 44 D C 45 39
Octal 335 143 106 0 67 104 15 14 105 71
Binary 11011101 1100011 1000110 0 110111 1000100 1101 1100 1000101 111001

Color Harmonies of #DD6346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6346

Black with #DD6346

Text Example


Text Example

White with #DD6346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6346; }

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

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

background-color css

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

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

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

border-color css

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

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

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