Html Css Color HEX #DC6A4C Flamingo

📋 copy color: '#DC6A4C'

red 220 ◦ green 106 ◦ blue 76

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

Shades of Flamingo #DC6A4C

Tints of Flamingo #DC6A4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 18.91%

R = 54.73%
G = 26.37%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DC6A4C (or 0xDC6A4C) is known color: Flamingo. HEX triplet: DC, 6A and 4C. RGB value is (220,106,76). Sum of RGB (Red+Green+Blue) = 220+106+76=402 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.73% from 402); Green value is 106 (41.80% from 255 or 26.37% from 402); Blue value is 76 (30.08% from 255 or 18.91% from 402); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6A4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6A4C is #2395B3. Grayscale: #888888. Windows color (decimal): -2332084 or 5008092. OLE color: 5008092.

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

Color convert

RGB 220 106 76 -
CMYK 0 0.52 0.65 0.14
HSL 12.5º 0.67% 0.58% -
HSV(B) 12.5º 0.65% 0.86% -
XYZ 35.97 26.05 9.97 -
YUV 136.67 93.77 187.44 -
System Red Green Blue C M Y K H S L
Decimal 220 106 76 0 0.52 0.65 0.14 12.5 0.67 0.58
Hex DC 6A 4C 0 34 41 E C 43 3A
Octal 334 152 114 0 64 101 16 14 103 72
Binary 11011100 1101010 1001100 0 110100 1000001 1110 1100 1000011 111010

Color Harmonies of #DC6A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6A4C

Black with #DC6A4C

Text Example


Text Example

White with #DC6A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6A4C; }

 p { color: rgb(220,106,76); }

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

background-color css

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

 a { background-color: rgb(220,106,76); }

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

border-color css

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

 span { border-color: rgb(220,106,76); }

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