Html Css Color HEX #DC6046 Flamingo

📋 copy color: '#DC6046'

red 220 ◦ green 96 ◦ blue 70

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

Shades of Flamingo #DC6046

Tints of Flamingo #DC6046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 18.13%

R = 56.99%
G = 24.87%
B = 18.13%

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

#DC6046 (or 0xDC6046) is known color: Flamingo. HEX triplet: DC, 60 and 46. RGB value is (220,96,70). Sum of RGB (Red+Green+Blue) = 220+96+70=386 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.99% from 386); Green value is 96 (37.89% from 255 or 24.87% from 386); Blue value is 70 (27.73% from 255 or 18.13% from 386); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6046 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6046 is #239FB9. Grayscale: #828282. Windows color (decimal): -2334650 or 4612316. OLE color: 4612316.

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

Color convert

RGB 220 96 70 -
CMYK 0 0.56 0.68 0.14
HSL 10.4º 0.68% 0.57% -
HSV(B) 10.4º 0.68% 0.86% -
XYZ 34.8 24.02 8.6 -
YUV 130.11 94.08 192.11 -
System Red Green Blue C M Y K H S L
Decimal 220 96 70 0 0.56 0.68 0.14 10.4 0.68 0.57
Hex DC 60 46 0 38 44 E A 44 39
Octal 334 140 106 0 70 104 16 12 104 71
Binary 11011100 1100000 1000110 0 111000 1000100 1110 1010 1000100 111001

Color Harmonies of #DC6046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6046

Black with #DC6046

Text Example


Text Example

White with #DC6046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6046; }

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

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

background-color css

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

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

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

border-color css

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

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

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