Html Css Color HEX #DC6D4F Flamingo

📋 copy color: '#DC6D4F'

red 220 ◦ green 109 ◦ blue 79

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

Shades of Flamingo #DC6D4F

Tints of Flamingo #DC6D4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 19.36%

R = 53.92%
G = 26.72%
B = 19.36%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DC6D4F (or 0xDC6D4F) is known color: Flamingo. HEX triplet: DC, 6D and 4F. RGB value is (220,109,79). Sum of RGB (Red+Green+Blue) = 220+109+79=408 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.92% from 408); Green value is 109 (42.97% from 255 or 26.72% from 408); Blue value is 79 (31.25% from 255 or 19.36% from 408); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6D4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6D4F is #2392B0. Grayscale: #8B8B8B. Windows color (decimal): -2331313 or 5205468. OLE color: 5205468.

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

Color convert

RGB 220 109 79 -
CMYK 0 0.50 0.64 0.14
HSL 12.77º 0.67% 0.59% -
HSV(B) 12.77º 0.64% 0.86% -
XYZ 36.4 26.72 10.64 -
YUV 138.77 94.27 185.94 -
System Red Green Blue C M Y K H S L
Decimal 220 109 79 0 0.50 0.64 0.14 12.77 0.67 0.59
Hex DC 6D 4F 0 32 40 E D 43 3B
Octal 334 155 117 0 62 100 16 15 103 73
Binary 11011100 1101101 1001111 0 110010 1000000 1110 1101 1000011 111011

Color Harmonies of #DC6D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6D4F

Black with #DC6D4F

Text Example


Text Example

White with #DC6D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6D4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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