Html Css Color HEX #DD6A46 Flamingo

📋 copy color: '#DD6A46'

red 221 ◦ green 106 ◦ blue 70

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

Shades of Flamingo #DD6A46

Tints of Flamingo #DD6A46

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.7%

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

R = 55.67%
G = 26.7%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DD6A46 (or 0xDD6A46) is known color: Flamingo. HEX triplet: DD, 6A and 46. RGB value is (221,106,70). Sum of RGB (Red+Green+Blue) = 221+106+70=397 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.67% from 397); Green value is 106 (41.80% from 255 or 26.70% from 397); Blue value is 70 (27.73% from 255 or 17.63% from 397); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6A46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6A46 is #2295B9. Grayscale: #888888. Windows color (decimal): -2266554 or 4614877. OLE color: 4614877.

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

Color convert

RGB 221 106 70 -
CMYK 0 0.52 0.68 0.13
HSL 14.3º 0.69% 0.57% -
HSV(B) 14.3º 0.68% 0.87% -
XYZ 36.08 26.12 8.93 -
YUV 136.28 90.6 188.43 -
System Red Green Blue C M Y K H S L
Decimal 221 106 70 0 0.52 0.68 0.13 14.3 0.69 0.57
Hex DD 6A 46 0 34 44 D E 45 39
Octal 335 152 106 0 64 104 15 16 105 71
Binary 11011101 1101010 1000110 0 110100 1000100 1101 1110 1000101 111001

Color Harmonies of #DD6A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6A46

Black with #DD6A46

Text Example


Text Example

White with #DD6A46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6A46; }

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

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

background-color css

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

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

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

border-color css

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

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

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