Html Css Color HEX #DD6A4E Flamingo

📋 copy color: '#DD6A4E'

red 221 ◦ green 106 ◦ blue 78

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

Shades of Flamingo #DD6A4E

Tints of Flamingo #DD6A4E

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.17%

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

R = 54.57%
G = 26.17%
B = 19.26%

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

#DD6A4E (or 0xDD6A4E) is known color: Flamingo. HEX triplet: DD, 6A and 4E. RGB value is (221,106,78). Sum of RGB (Red+Green+Blue) = 221+106+78=405 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.57% from 405); Green value is 106 (41.80% from 255 or 26.17% from 405); Blue value is 78 (30.86% from 255 or 19.26% from 405); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6A4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6A4E is #2295B1. Grayscale: #898989. Windows color (decimal): -2266546 or 5139165. OLE color: 5139165.

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

Color convert

RGB 221 106 78 -
CMYK 0 0.52 0.65 0.13
HSL 11.75º 0.68% 0.59% -
HSV(B) 11.75º 0.65% 0.87% -
XYZ 36.35 26.23 10.35 -
YUV 137.19 94.6 187.78 -
System Red Green Blue C M Y K H S L
Decimal 221 106 78 0 0.52 0.65 0.13 11.75 0.68 0.59
Hex DD 6A 4E 0 34 41 D C 44 3B
Octal 335 152 116 0 64 101 15 14 104 73
Binary 11011101 1101010 1001110 0 110100 1000001 1101 1100 1000100 111011

Color Harmonies of #DD6A4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6A4E

Black with #DD6A4E

Text Example


Text Example

White with #DD6A4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6A4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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