Html Css Color HEX #DC6746 Flamingo

📋 copy color: '#DC6746'

red 220 ◦ green 103 ◦ blue 70

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

Shades of Flamingo #DC6746

Tints of Flamingo #DC6746

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.21%

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

R = 55.98%
G = 26.21%
B = 17.81%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DC6746 (or 0xDC6746) is known color: Flamingo. HEX triplet: DC, 67 and 46. RGB value is (220,103,70). Sum of RGB (Red+Green+Blue) = 220+103+70=393 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.98% from 393); Green value is 103 (40.62% from 255 or 26.21% from 393); Blue value is 70 (27.73% from 255 or 17.81% from 393); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6746 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6746 is #2398B9. Grayscale: #868686. Windows color (decimal): -2332858 or 4614108. OLE color: 4614108.

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

Color convert

RGB 220 103 70 -
CMYK 0 0.53 0.68 0.14
HSL 13.2º 0.68% 0.57% -
HSV(B) 13.2º 0.68% 0.86% -
XYZ 35.47 25.36 8.82 -
YUV 134.22 91.76 189.18 -
System Red Green Blue C M Y K H S L
Decimal 220 103 70 0 0.53 0.68 0.14 13.2 0.68 0.57
Hex DC 67 46 0 35 44 E D 44 39
Octal 334 147 106 0 65 104 16 15 104 71
Binary 11011100 1100111 1000110 0 110101 1000100 1110 1101 1000100 111001

Color Harmonies of #DC6746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6746

Black with #DC6746

Text Example


Text Example

White with #DC6746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6746; }

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

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

background-color css

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

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

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

border-color css

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

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

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