Html Css Color HEX #DD6B4E Flamingo

📋 copy color: '#DD6B4E'

red 221 ◦ green 107 ◦ blue 78

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

Shades of Flamingo #DD6B4E

Tints of Flamingo #DD6B4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 19.21%

R = 54.43%
G = 26.35%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DD6B4E (or 0xDD6B4E) is known color: Flamingo. HEX triplet: DD, 6B and 4E. RGB value is (221,107,78). Sum of RGB (Red+Green+Blue) = 221+107+78=406 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.43% from 406); Green value is 107 (42.19% from 255 or 26.35% from 406); Blue value is 78 (30.86% from 255 or 19.21% from 406); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6B4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6B4E is #2294B1. Grayscale: #8A8A8A. Windows color (decimal): -2266290 or 5139421. OLE color: 5139421.

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

Color convert

RGB 221 107 78 -
CMYK 0 0.52 0.65 0.13
HSL 12.17º 0.68% 0.59% -
HSV(B) 12.17º 0.65% 0.87% -
XYZ 36.45 26.44 10.39 -
YUV 137.78 94.27 187.36 -
System Red Green Blue C M Y K H S L
Decimal 221 107 78 0 0.52 0.65 0.13 12.17 0.68 0.59
Hex DD 6B 4E 0 34 41 D C 44 3B
Octal 335 153 116 0 64 101 15 14 104 73
Binary 11011101 1101011 1001110 0 110100 1000001 1101 1100 1000100 111011

Color Harmonies of #DD6B4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6B4E

Black with #DD6B4E

Text Example


Text Example

White with #DD6B4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6B4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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