Html Css Color HEX #DD6B48 Flamingo

📋 copy color: '#DD6B48'

red 221 ◦ green 107 ◦ blue 72

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

Shades of Flamingo #DD6B48

Tints of Flamingo #DD6B48

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.75%

 BLUE value IS 72 (28.52% from 255) = 18%

R = 55.25%
G = 26.75%
B = 18%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DD6B48 (or 0xDD6B48) is known color: Flamingo. HEX triplet: DD, 6B and 48. RGB value is (221,107,72). Sum of RGB (Red+Green+Blue) = 221+107+72=400 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.25% from 400); Green value is 107 (42.19% from 255 or 26.75% from 400); Blue value is 72 (28.52% from 255 or 18% from 400); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6B48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6B48 is #2294B7. Grayscale: #898989. Windows color (decimal): -2266296 or 4746205. OLE color: 4746205.

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

Color convert

RGB 221 107 72 -
CMYK 0 0.52 0.67 0.13
HSL 14.09º 0.69% 0.57% -
HSV(B) 14.09º 0.67% 0.87% -
XYZ 36.25 26.36 9.31 -
YUV 137.1 91.27 187.85 -
System Red Green Blue C M Y K H S L
Decimal 221 107 72 0 0.52 0.67 0.13 14.09 0.69 0.57
Hex DD 6B 48 0 34 43 D E 45 39
Octal 335 153 110 0 64 103 15 16 105 71
Binary 11011101 1101011 1001000 0 110100 1000011 1101 1110 1000101 111001

Color Harmonies of #DD6B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6B48

Black with #DD6B48

Text Example


Text Example

White with #DD6B48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6B48; }

 p { color: rgb(221,107,72); }

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

background-color css

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

 a { background-color: rgb(221,107,72); }

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

border-color css

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

 span { border-color: rgb(221,107,72); }

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