Html Css Color HEX #DC6D4A Flamingo

📋 copy color: '#DC6D4A'

red 220 ◦ green 109 ◦ blue 74

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

Shades of Flamingo #DC6D4A

Tints of Flamingo #DC6D4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.36%

R = 54.59%
G = 27.05%
B = 18.36%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DC6D4A (or 0xDC6D4A) is known color: Flamingo. HEX triplet: DC, 6D and 4A. RGB value is (220,109,74). Sum of RGB (Red+Green+Blue) = 220+109+74=403 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.59% from 403); Green value is 109 (42.97% from 255 or 27.05% from 403); Blue value is 74 (29.30% from 255 or 18.36% from 403); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6D4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6D4A is #2392B5. Grayscale: #8A8A8A. Windows color (decimal): -2331318 or 4877788. OLE color: 4877788.

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

Color convert

RGB 220 109 74 -
CMYK 0 0.50 0.66 0.14
HSL 14.38º 0.68% 0.58% -
HSV(B) 14.38º 0.66% 0.86% -
XYZ 36.22 26.65 9.71 -
YUV 138.2 91.77 186.35 -
System Red Green Blue C M Y K H S L
Decimal 220 109 74 0 0.50 0.66 0.14 14.38 0.68 0.58
Hex DC 6D 4A 0 32 42 E E 44 3A
Octal 334 155 112 0 62 102 16 16 104 72
Binary 11011100 1101101 1001010 0 110010 1000010 1110 1110 1000100 111010

Color Harmonies of #DC6D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6D4A

Black with #DC6D4A

Text Example


Text Example

White with #DC6D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6D4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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