Html Css Color HEX #DD6148 Flamingo

📋 copy color: '#DD6148'

red 221 ◦ green 97 ◦ blue 72

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

Shades of Flamingo #DD6148

Tints of Flamingo #DD6148

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.87%

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

R = 56.67%
G = 24.87%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DD6148 (or 0xDD6148) is known color: Flamingo. HEX triplet: DD, 61 and 48. RGB value is (221,97,72). Sum of RGB (Red+Green+Blue) = 221+97+72=390 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.67% from 390); Green value is 97 (38.28% from 255 or 24.87% from 390); Blue value is 72 (28.52% from 255 or 18.46% from 390); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6148 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6148 is #229EB7. Grayscale: #838383. Windows color (decimal): -2268856 or 4743645. OLE color: 4743645.

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

Color convert

RGB 221 97 72 -
CMYK 0 0.56 0.67 0.13
HSL 10.07º 0.69% 0.57% -
HSV(B) 10.07º 0.67% 0.87% -
XYZ 35.26 24.39 8.98 -
YUV 131.23 94.58 192.03 -
System Red Green Blue C M Y K H S L
Decimal 221 97 72 0 0.56 0.67 0.13 10.07 0.69 0.57
Hex DD 61 48 0 38 43 D A 45 39
Octal 335 141 110 0 70 103 15 12 105 71
Binary 11011101 1100001 1001000 0 111000 1000011 1101 1010 1000101 111001

Color Harmonies of #DD6148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6148

Black with #DD6148

Text Example


Text Example

White with #DD6148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6148; }

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

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

background-color css

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

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

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

border-color css

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

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

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