Html Css Color HEX #DD6645 Flamingo

📋 copy color: '#DD6645'

red 221 ◦ green 102 ◦ blue 69

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

Shades of Flamingo #DD6645

Tints of Flamingo #DD6645

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.02%

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

R = 56.38%
G = 26.02%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DD6645 (or 0xDD6645) is known color: Flamingo. HEX triplet: DD, 66 and 45. RGB value is (221,102,69). Sum of RGB (Red+Green+Blue) = 221+102+69=392 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.38% from 392); Green value is 102 (40.23% from 255 or 26.02% from 392); Blue value is 69 (27.34% from 255 or 17.60% from 392); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6645 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6645 is #2299BA. Grayscale: #868686. Windows color (decimal): -2267579 or 4548317. OLE color: 4548317.

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

Color convert

RGB 221 102 69 -
CMYK 0 0.54 0.69 0.13
HSL 13.03º 0.69% 0.57% -
HSV(B) 13.03º 0.69% 0.87% -
XYZ 35.64 25.3 8.64 -
YUV 133.82 91.42 190.18 -
System Red Green Blue C M Y K H S L
Decimal 221 102 69 0 0.54 0.69 0.13 13.03 0.69 0.57
Hex DD 66 45 0 36 45 D D 45 39
Octal 335 146 105 0 66 105 15 15 105 71
Binary 11011101 1100110 1000101 0 110110 1000101 1101 1101 1000101 111001

Color Harmonies of #DD6645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6645

Black with #DD6645

Text Example


Text Example

White with #DD6645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6645; }

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

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

background-color css

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

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

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

border-color css

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

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

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