Html Css Color HEX #DD6D4B Flamingo

📋 copy color: '#DD6D4B'

red 221 ◦ green 109 ◦ blue 75

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

Shades of Flamingo #DD6D4B

Tints of Flamingo #DD6D4B

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.91%

 BLUE value IS 75 (29.69% from 255) = 18.52%

R = 54.57%
G = 26.91%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DD6D4B (or 0xDD6D4B) is known color: Flamingo. HEX triplet: DD, 6D and 4B. RGB value is (221,109,75). Sum of RGB (Red+Green+Blue) = 221+109+75=405 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.57% from 405); Green value is 109 (42.97% from 255 or 26.91% from 405); Blue value is 75 (29.69% from 255 or 18.52% from 405); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6D4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6D4B is #2292B4. Grayscale: #8A8A8A. Windows color (decimal): -2265781 or 4943325. OLE color: 4943325.

HSL color Cylindrical-coordinate representation of color #DD6D4B: hue angle of 13.97º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DD6D4B is Cyan = 0, Magento = 0.51, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 109 75 -
CMYK 0 0.51 0.66 0.13
HSL 13.97º 0.68% 0.58% -
HSV(B) 13.97º 0.66% 0.87% -
XYZ 36.56 26.82 9.91 -
YUV 138.61 92.11 186.76 -
System Red Green Blue C M Y K H S L
Decimal 221 109 75 0 0.51 0.66 0.13 13.97 0.68 0.58
Hex DD 6D 4B 0 33 42 D E 44 3A
Octal 335 155 113 0 63 102 15 16 104 72
Binary 11011101 1101101 1001011 0 110011 1000010 1101 1110 1000100 111010

Color Harmonies of #DD6D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6D4B

Black with #DD6D4B

Text Example


Text Example

White with #DD6D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6D4B; }

 p { color: rgb(221,109,75); }

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

background-color css

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

 a { background-color: rgb(221,109,75); }

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

border-color css

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

 span { border-color: rgb(221,109,75); }

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