Html Css Color HEX #DD6948 Flamingo

📋 copy color: '#DD6948'

red 221 ◦ green 105 ◦ blue 72

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

Shades of Flamingo #DD6948

Tints of Flamingo #DD6948

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.38%

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

R = 55.53%
G = 26.38%
B = 18.09%

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

#DD6948 (or 0xDD6948) is known color: Flamingo. HEX triplet: DD, 69 and 48. RGB value is (221,105,72). Sum of RGB (Red+Green+Blue) = 221+105+72=398 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.53% from 398); Green value is 105 (41.41% from 255 or 26.38% from 398); Blue value is 72 (28.52% from 255 or 18.09% from 398); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6948 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6948 is #2296B7. Grayscale: #888888. Windows color (decimal): -2266808 or 4745693. OLE color: 4745693.

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

Color convert

RGB 221 105 72 -
CMYK 0 0.52 0.67 0.13
HSL 13.29º 0.69% 0.57% -
HSV(B) 13.29º 0.67% 0.87% -
XYZ 36.04 25.94 9.24 -
YUV 135.92 91.93 188.68 -
System Red Green Blue C M Y K H S L
Decimal 221 105 72 0 0.52 0.67 0.13 13.29 0.69 0.57
Hex DD 69 48 0 34 43 D D 45 39
Octal 335 151 110 0 64 103 15 15 105 71
Binary 11011101 1101001 1001000 0 110100 1000011 1101 1101 1000101 111001

Color Harmonies of #DD6948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6948

Black with #DD6948

Text Example


Text Example

White with #DD6948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6948; }

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

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

background-color css

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

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

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

border-color css

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

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

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