Html Css Color HEX #DC6047 Flamingo

📋 copy color: '#DC6047'

red 220 ◦ green 96 ◦ blue 71

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

Shades of Flamingo #DC6047

Tints of Flamingo #DC6047

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.81%

 BLUE value IS 71 (28.13% from 255) = 18.35%

R = 56.85%
G = 24.81%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DC6047 (or 0xDC6047) is known color: Flamingo. HEX triplet: DC, 60 and 47. RGB value is (220,96,71). Sum of RGB (Red+Green+Blue) = 220+96+71=387 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.85% from 387); Green value is 96 (37.89% from 255 or 24.81% from 387); Blue value is 71 (28.12% from 255 or 18.35% from 387); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6047 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6047 is #239FB8. Grayscale: #828282. Windows color (decimal): -2334649 or 4677852. OLE color: 4677852.

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

Color convert

RGB 220 96 71 -
CMYK 0 0.56 0.68 0.14
HSL 10.07º 0.68% 0.57% -
HSV(B) 10.07º 0.68% 0.86% -
XYZ 34.84 24.04 8.76 -
YUV 130.23 94.58 192.03 -
System Red Green Blue C M Y K H S L
Decimal 220 96 71 0 0.56 0.68 0.14 10.07 0.68 0.57
Hex DC 60 47 0 38 44 E A 44 39
Octal 334 140 107 0 70 104 16 12 104 71
Binary 11011100 1100000 1000111 0 111000 1000100 1110 1010 1000100 111001

Color Harmonies of #DC6047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6047

Black with #DC6047

Text Example


Text Example

White with #DC6047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6047; }

 p { color: rgb(220,96,71); }

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

background-color css

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

 a { background-color: rgb(220,96,71); }

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

border-color css

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

 span { border-color: rgb(220,96,71); }

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