Html Css Color HEX #DD6746 Flamingo

📋 copy color: '#DD6746'

red 221 ◦ green 103 ◦ blue 70

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

Shades of Flamingo #DD6746

Tints of Flamingo #DD6746

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.14%

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

R = 56.09%
G = 26.14%
B = 17.77%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DD6746 (or 0xDD6746) is known color: Flamingo. HEX triplet: DD, 67 and 46. RGB value is (221,103,70). Sum of RGB (Red+Green+Blue) = 221+103+70=394 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.09% from 394); Green value is 103 (40.62% from 255 or 26.14% from 394); Blue value is 70 (27.73% from 255 or 17.77% from 394); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6746 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6746 is #2298B9. Grayscale: #868686. Windows color (decimal): -2267322 or 4614109. OLE color: 4614109.

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

Color convert

RGB 221 103 70 -
CMYK 0 0.53 0.68 0.13
HSL 13.11º 0.69% 0.57% -
HSV(B) 13.11º 0.68% 0.87% -
XYZ 35.77 25.51 8.83 -
YUV 134.52 91.59 189.68 -
System Red Green Blue C M Y K H S L
Decimal 221 103 70 0 0.53 0.68 0.13 13.11 0.69 0.57
Hex DD 67 46 0 35 44 D D 45 39
Octal 335 147 106 0 65 104 15 15 105 71
Binary 11011101 1100111 1000110 0 110101 1000100 1101 1101 1000101 111001

Color Harmonies of #DD6746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6746

Black with #DD6746

Text Example


Text Example

White with #DD6746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6746; }

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

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

background-color css

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

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

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

border-color css

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

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

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