Html Css Color HEX #DD6145 Flamingo

📋 copy color: '#DD6145'

red 221 ◦ green 97 ◦ blue 69

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

Shades of Flamingo #DD6145

Tints of Flamingo #DD6145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 17.83%

R = 57.11%
G = 25.06%
B = 17.83%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DD6145 (or 0xDD6145) is known color: Flamingo. HEX triplet: DD, 61 and 45. RGB value is (221,97,69). Sum of RGB (Red+Green+Blue) = 221+97+69=387 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.11% from 387); Green value is 97 (38.28% from 255 or 25.06% from 387); Blue value is 69 (27.34% from 255 or 17.83% from 387); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6145 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6145 is #229EBA. Grayscale: #838383. Windows color (decimal): -2268859 or 4547037. OLE color: 4547037.

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

Color convert

RGB 221 97 69 -
CMYK 0 0.56 0.69 0.13
HSL 11.05º 0.69% 0.57% -
HSV(B) 11.05º 0.69% 0.87% -
XYZ 35.17 24.35 8.48 -
YUV 130.88 93.08 192.28 -
System Red Green Blue C M Y K H S L
Decimal 221 97 69 0 0.56 0.69 0.13 11.05 0.69 0.57
Hex DD 61 45 0 38 45 D B 45 39
Octal 335 141 105 0 70 105 15 13 105 71
Binary 11011101 1100001 1000101 0 111000 1000101 1101 1011 1000101 111001

Color Harmonies of #DD6145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6145

Black with #DD6145

Text Example


Text Example

White with #DD6145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6145; }

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

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

background-color css

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

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

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

border-color css

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

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

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