Html Css Color HEX #DC6246 Flamingo

📋 copy color: '#DC6246'

red 220 ◦ green 98 ◦ blue 70

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

Shades of Flamingo #DC6246

Tints of Flamingo #DC6246

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.26%

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

R = 56.7%
G = 25.26%
B = 18.04%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DC6246 (or 0xDC6246) is known color: Flamingo. HEX triplet: DC, 62 and 46. RGB value is (220,98,70). Sum of RGB (Red+Green+Blue) = 220+98+70=388 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.70% from 388); Green value is 98 (38.67% from 255 or 25.26% from 388); Blue value is 70 (27.73% from 255 or 18.04% from 388); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6246 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6246 is #239DB9. Grayscale: #838383. Windows color (decimal): -2334138 or 4612828. OLE color: 4612828.

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

Color convert

RGB 220 98 70 -
CMYK 0 0.55 0.68 0.14
HSL 11.2º 0.68% 0.57% -
HSV(B) 11.2º 0.68% 0.86% -
XYZ 34.99 24.39 8.66 -
YUV 131.29 93.42 191.28 -
System Red Green Blue C M Y K H S L
Decimal 220 98 70 0 0.55 0.68 0.14 11.2 0.68 0.57
Hex DC 62 46 0 37 44 E B 44 39
Octal 334 142 106 0 67 104 16 13 104 71
Binary 11011100 1100010 1000110 0 110111 1000100 1110 1011 1000100 111001

Color Harmonies of #DC6246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6246

Black with #DC6246

Text Example


Text Example

White with #DC6246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6246; }

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

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

background-color css

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

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

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

border-color css

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

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

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