Html Css Color HEX #DD6848 Flamingo

📋 copy color: '#DD6848'

red 221 ◦ green 104 ◦ blue 72

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

Shades of Flamingo #DD6848

Tints of Flamingo #DD6848

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.2%

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

R = 55.67%
G = 26.2%
B = 18.14%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DD6848 (or 0xDD6848) is known color: Flamingo. HEX triplet: DD, 68 and 48. RGB value is (221,104,72). Sum of RGB (Red+Green+Blue) = 221+104+72=397 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.67% from 397); Green value is 104 (41.02% from 255 or 26.20% from 397); Blue value is 72 (28.52% from 255 or 18.14% from 397); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6848 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6848 is #2297B7. Grayscale: #878787. Windows color (decimal): -2267064 or 4745437. OLE color: 4745437.

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

Color convert

RGB 221 104 72 -
CMYK 0 0.53 0.67 0.13
HSL 12.89º 0.69% 0.57% -
HSV(B) 12.89º 0.67% 0.87% -
XYZ 35.94 25.74 9.21 -
YUV 135.34 92.26 189.1 -
System Red Green Blue C M Y K H S L
Decimal 221 104 72 0 0.53 0.67 0.13 12.89 0.69 0.57
Hex DD 68 48 0 35 43 D D 45 39
Octal 335 150 110 0 65 103 15 15 105 71
Binary 11011101 1101000 1001000 0 110101 1000011 1101 1101 1000101 111001

Color Harmonies of #DD6848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6848

Black with #DD6848

Text Example


Text Example

White with #DD6848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6848; }

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

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

background-color css

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

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

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

border-color css

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

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

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