Html Css Color HEX #DD6B4B Flamingo

📋 copy color: '#DD6B4B'

red 221 ◦ green 107 ◦ blue 75

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

Shades of Flamingo #DD6B4B

Tints of Flamingo #DD6B4B

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.55%

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

R = 54.84%
G = 26.55%
B = 18.61%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DD6B4B (or 0xDD6B4B) is known color: Flamingo. HEX triplet: DD, 6B and 4B. RGB value is (221,107,75). Sum of RGB (Red+Green+Blue) = 221+107+75=403 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.84% from 403); Green value is 107 (42.19% from 255 or 26.55% from 403); Blue value is 75 (29.69% from 255 or 18.61% from 403); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6B4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6B4B is #2294B4. Grayscale: #898989. Windows color (decimal): -2266293 or 4942813. OLE color: 4942813.

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

Color convert

RGB 221 107 75 -
CMYK 0 0.52 0.66 0.13
HSL 13.15º 0.68% 0.58% -
HSV(B) 13.15º 0.66% 0.87% -
XYZ 36.35 26.4 9.84 -
YUV 137.44 92.77 187.6 -
System Red Green Blue C M Y K H S L
Decimal 221 107 75 0 0.52 0.66 0.13 13.15 0.68 0.58
Hex DD 6B 4B 0 34 42 D D 44 3A
Octal 335 153 113 0 64 102 15 15 104 72
Binary 11011101 1101011 1001011 0 110100 1000010 1101 1101 1000100 111010

Color Harmonies of #DD6B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6B4B

Black with #DD6B4B

Text Example


Text Example

White with #DD6B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6B4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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