Html Css Color HEX #DC6D4E Flamingo

📋 copy color: '#DC6D4E'

red 220 ◦ green 109 ◦ blue 78

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

Shades of Flamingo #DC6D4E

Tints of Flamingo #DC6D4E

RGB

 RED value IS 220 (86.33% from 255) = 54.05%

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

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

R = 54.05%
G = 26.78%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DC6D4E (or 0xDC6D4E) is known color: Flamingo. HEX triplet: DC, 6D and 4E. RGB value is (220,109,78). Sum of RGB (Red+Green+Blue) = 220+109+78=407 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.05% from 407); Green value is 109 (42.97% from 255 or 26.78% from 407); Blue value is 78 (30.86% from 255 or 19.16% from 407); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6D4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6D4E is #2392B1. Grayscale: #8A8A8A. Windows color (decimal): -2331314 or 5139932. OLE color: 5139932.

HSL color Cylindrical-coordinate representation of color #DC6D4E: hue angle of 13.1º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DC6D4E is Cyan = 0, Magento = 0.50, Yellow = 0.65 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 109 78 -
CMYK 0 0.50 0.65 0.14
HSL 13.1º 0.67% 0.58% -
HSV(B) 13.1º 0.65% 0.86% -
XYZ 36.36 26.7 10.45 -
YUV 138.66 93.77 186.02 -
System Red Green Blue C M Y K H S L
Decimal 220 109 78 0 0.50 0.65 0.14 13.1 0.67 0.58
Hex DC 6D 4E 0 32 41 E D 43 3A
Octal 334 155 116 0 62 101 16 15 103 72
Binary 11011100 1101101 1001110 0 110010 1000001 1110 1101 1000011 111010

Color Harmonies of #DC6D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6D4E

Black with #DC6D4E

Text Example


Text Example

White with #DC6D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6D4E; }

 p { color: rgb(220,109,78); }

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

background-color css

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

 a { background-color: rgb(220,109,78); }

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

border-color css

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

 span { border-color: rgb(220,109,78); }

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